UndertowLiveReload

mdoc.internal.livereload.UndertowLiveReload
See theUndertowLiveReload companion object
final case class UndertowLiveReload extends LiveReload

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait LiveReload
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def alert(message: String): Unit

Alert clients with this message

Alert clients with this message

Attributes

Definition Classes
def reload(path: String): Unit
override def reload(path: Path): Unit

Notify clients to reload this path

Notify clients to reload this path

Attributes

Definition Classes
override def start(): Unit

Start this LiveReload server

Start this LiveReload server

Attributes

Definition Classes
override def stop(): Unit

Stop this LiveReload server

Stop this LiveReload server

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product