Class: WebSocketRb::Wrapper::FramePong
- Inherits:
-
FrameOutgoing
- Object
- FrameBase
- FrameOutgoing
- WebSocketRb::Wrapper::FramePong
- Defined in:
- lib/web_socket_rb/wrapper/frame_pong.rb
Constant Summary
Constants inherited from FrameBase
WebSocketRb::Wrapper::FrameBase::BINARY, WebSocketRb::Wrapper::FrameBase::CLOSE, WebSocketRb::Wrapper::FrameBase::CONTINUATION, WebSocketRb::Wrapper::FrameBase::PING, WebSocketRb::Wrapper::FrameBase::PONG, WebSocketRb::Wrapper::FrameBase::TEXT
Instance Attribute Summary
Attributes inherited from FrameBase
#fin, #mask, #masking_key, #opcode, #payload_data, #payload_len, #rsv1, #rsv2, #rsv3
Instance Method Summary collapse
-
#initialize ⇒ FramePong
constructor
A new instance of FramePong.