Uses of Interface
cool.scx.http.ScxServerWebSocket
Packages that use ScxServerWebSocket
-
Uses of ScxServerWebSocket in cool.scx.http
Method parameters in cool.scx.http with type arguments of type ScxServerWebSocketModifier and TypeMethodDescriptionScxHttpServer.webSocketHandler(Consumer<ScxServerWebSocket> handler) -
Uses of ScxServerWebSocket in cool.scx.http.routing
Classes in cool.scx.http.routing that implement interfaces with type arguments of type ScxServerWebSocketMethods in cool.scx.http.routing that return ScxServerWebSocketMethods in cool.scx.http.routing with parameters of type ScxServerWebSocketModifier and TypeMethodDescriptionvoidWebSocketRouter.accept(ScxServerWebSocket scxServerWebSocket) Constructors in cool.scx.http.routing with parameters of type ScxServerWebSocketModifierConstructorDescriptionWebSocketRoutingContext(WebSocketRouter router, ScxServerWebSocket webSocket)