EnumerationNIOWebSocket
NIOWebSocketError
Errors thrown by the NIO websocket module.
enum NIOWebSocketError
Errors thrown by the NIO websocket module.
enum NIOWebSocketError
case fragmentedControlFrame
A control frame may not be fragmented.
case invalidFrameLength
The frame being sent is larger than the configured maximum acceptable frame size
case multiByteControlFrameLength
A control frame may not have a length more than 125 bytes.