Uses of Interface
cool.scx.http.ScxWebSocket
Packages that use ScxWebSocket
-
Uses of ScxWebSocket in cool.scx.http
Subinterfaces of ScxWebSocket in cool.scx.httpModifier and TypeInterfaceDescriptioninterfaceScxClientWebSocketinterfaceScxServerWebSocketMethods in cool.scx.http that return ScxWebSocketModifier and TypeMethodDescriptiondefault ScxWebSocketScxWebSocket.close()default ScxWebSocketScxWebSocket.close(WebSocketCloseCode closeCode) ScxWebSocket.onBinaryMessage(Consumer<byte[]> binaryMessageHandler) ScxWebSocket.onClose(BiConsumer<Integer, String> closeHandler) ScxWebSocket.onTextMessage(Consumer<String> textMessageHandler) ScxWebSocket.ping(byte[] data) ScxWebSocket.pong(byte[] data) default ScxWebSocketScxWebSocket.send(byte[] binaryMessage) ScxWebSocket.send(byte[] binaryMessage, boolean last) default ScxWebSocketScxWebSocket.terminate()