Uses of Interface
cool.scx.http.ScxHttpServer
Packages that use ScxHttpServer
-
Uses of ScxHttpServer in cool.scx.http
Methods in cool.scx.http that return ScxHttpServerModifier and TypeMethodDescriptionScxHttpServer.errorHandler(Consumer<Throwable> handler) ScxHttpServer.requestHandler(Consumer<ScxHttpServerRequest> handler) ScxHttpServer.webSocketHandler(Consumer<ScxServerWebSocket> handler)