Class HelidonHttpServer
java.lang.Object
cool.scx.http.helidon.HelidonHttpServer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiononRequest(Consumer<ScxHttpServerRequest> requestHandler) onWebSocket(Consumer<ScxServerWebSocket> handler) options()intport()voidstart()voidstop()
-
Constructor Details
-
HelidonHttpServer
-
-
Method Details
-
onRequest
- Specified by:
onRequestin interfaceScxHttpServer
-
onWebSocket
-
start
public void start()- Specified by:
startin interfaceScxHttpServer
-
stop
public void stop()- Specified by:
stopin interfaceScxHttpServer
-
port
public int port()- Specified by:
portin interfaceScxHttpServer
-
options
-