Module swim.ws
Package swim.ws
WebSocket frame model and wire protocol codec that incrementally decodes
and encodes fragmented WebSocket streams without intermediate buffering.
-
Class Summary Class Description Ws WsBinaryFrame<T> WsCloseFrame<P,T> WsControlFrame<P,T> WsDataFrame<T> WsDecoder WsDeflateDecoder WsDeflateEncoder WsEncoder WsEngine WsEngineSettings WsFragmentFrame<T> WsFrame<T> WsPingFrame<P,T> WsPongFrame<P,T> WsRequest WebSocket handshake request.WsResponse WebSocket handshake response.WsStandardDecoder WsStandardEncoder WsStatus WsTextFrame<T> -
Enum Summary Enum Description WsOpcode -
Exception Summary Exception Description WsException