Class: Protocol::WebSocket::TextMessage

Inherits:
Message
  • Object
show all
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

#The message buffer., #buffer

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