Module io.helidon.websocket
Package io.helidon.websocket
package io.helidon.websocket
WebSocket APIs.
-
ClassDescriptionFrame from a client (always masked).Frame from a server (never masked).Codes to use with
WsSession.close(int, String)
and to receive inWsListener.onClose(WsSession, int, String)
.Exception requesting a close of the WebSocket communication.WebSocket frame.WebSocket listener.WebSocket operation code.WebSocket session.An exception that may be thrown byWsListener.onHttpUpgrade(HttpPrologue, io.helidon.http.Headers)
during handshake process to reject a websocket upgrade.