no type hierarchy
no supertypes hierarchy
no subtypes hierarchy
Methods | |
addEndpoint | Source Codeshared formal void addEndpoint(HttpEndpoint endpoint) Define endpoint by providing an
|
addListener | Source Codeshared formal void addListener(void listener(Status status)) |
addWebSocketEndpoint | Source Codeshared formal void addWebSocketEndpoint(WebSocketBaseEndpoint endpoint) Define an endpoint by providing a
|
start | Source Codeshared formal void start(SocketAddress socketAddress = ..., Options serverOptions = ...) Start the server in the current thread. Parameters:
|
startInBackground | Source Codeshared formal void startInBackground(SocketAddress socketAddress = ..., Options serverOptions = ...) Start the server in a new thread. Parameters:
|
stop | Source Codeshared formal void stop() Stop the server. |
Inherited Methods |
Methods inherited from: Object |