Stop

scamper.http.server.LifecycleEvent.Stop
final case class Stop(server: HttpServer) extends LifecycleEvent

Provided as notification when server stops.

Value parameters

server

server for which event is generated

Attributes

Members list

Value members

Inherited methods

def getSource(): <FromJavaObject>

Attributes

Inherited from:
EventObject
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
EventObject