Ping
Represents a low-level ping frame. Could be sent to test connection (peer should reply with Pong). Usually there is no need to send/handle it unless you have a RAW WebSocket session.
Note: a control frame payload must not exceed 125 bytes (RFC 6455 §5.5); constructing a larger one throws IllegalArgumentException.
Represents a low-level ping frame. Could be sent to test connection (peer should reply with Pong). Usually there is no need to send/handle it unless you have a RAW web socket session.
Constructors
Properties
Frame content
could be invoked when the frame is processed
could be invoked when the frame is processed
could be invoked when the frame is processed
is it final fragment, should be always true for control frames and if no fragmentation is used
is it final fragment, should be always true for control frames and if no fragmentation is used