Class: Protocol::WebSocket::TextMessage
- Defined in:
- lib/protocol/websocket/message.rb
Overview
Represents a text message that can be sent or received over a WebSocket connection.
Instance Attribute Summary
Attributes inherited from Message
Method Summary
Methods inherited from Message
#==, #encoding, generate, #initialize, #parse, #send, #size, #to_h, #to_str
Constructor Details
This class inherits a constructor from Protocol::WebSocket::Message