Uses of Interface
cool.scx.http.web_socket.ScxServerWebSocket
Packages that use ScxServerWebSocket
-
Uses of ScxServerWebSocket in cool.scx.http.web_socket
Methods in cool.scx.http.web_socket that return ScxServerWebSocketModifier and TypeMethodDescriptiondefault ScxServerWebSocketScxServerWebSocketHandshakeRequest.acceptHandshake()ScxServerWebSocketHandshakeResponse.acceptHandshake()default ScxServerWebSocketScxServerWebSocketHandshakeRequest.webSocket()ScxServerWebSocketHandshakeResponse.webSocket()Method parameters in cool.scx.http.web_socket with type arguments of type ScxServerWebSocketModifier and TypeMethodDescriptiondefault voidScxServerWebSocketHandshakeRequest.onWebSocket(Consumer<ScxServerWebSocket> consumer) default voidScxServerWebSocketHandshakeResponse.onWebSocket(Consumer<ScxServerWebSocket> consumer)