Table of Contents - protocol-websocket-0.7.5 Documentation
Classes and Modules
- Protocol
- Protocol::WebSocket
- Protocol::WebSocket::BinaryFrame
- Protocol::WebSocket::CloseFrame
- Protocol::WebSocket::ClosedError
- Protocol::WebSocket::Connection
- Protocol::WebSocket::ContinuationFrame
- Protocol::WebSocket::Error
- Protocol::WebSocket::Frame
- Protocol::WebSocket::FrameSizeError
- Protocol::WebSocket::Framer
- Protocol::WebSocket::Headers
- Protocol::WebSocket::Headers::Nounce
- Protocol::WebSocket::PingFrame
- Protocol::WebSocket::PongFrame
- Protocol::WebSocket::ProtocolError
- Protocol::WebSocket::TextFrame
Methods
- ::accept_digest — Protocol::WebSocket::Headers::Nounce
- ::generate_key — Protocol::WebSocket::Headers::Nounce
- ::new — Protocol::WebSocket::Connection
- ::new — Protocol::WebSocket::ProtocolError
- ::new — Protocol::WebSocket::Frame
- ::new — Protocol::WebSocket::Framer
- ::parse_header — Protocol::WebSocket::Frame
- ::read — Protocol::WebSocket::Frame
- #<=> — Protocol::WebSocket::Frame
- #apply — Protocol::WebSocket::BinaryFrame
- #apply — Protocol::WebSocket::CloseFrame
- #apply — Protocol::WebSocket::ContinuationFrame
- #apply — Protocol::WebSocket::Frame
- #apply — Protocol::WebSocket::PingFrame
- #apply — Protocol::WebSocket::PongFrame
- #apply — Protocol::WebSocket::TextFrame
- #close — Protocol::WebSocket::Connection
- #close — Protocol::WebSocket::Framer
- #closed? — Protocol::WebSocket::Connection
- #continued? — Protocol::WebSocket::Frame
- #control? — Protocol::WebSocket::Frame
- #data? — Protocol::WebSocket::BinaryFrame
- #data? — Protocol::WebSocket::Frame
- #data? — Protocol::WebSocket::TextFrame
- #finished? — Protocol::WebSocket::Frame
- #flush — Protocol::WebSocket::Connection
- #flush — Protocol::WebSocket::Framer
- #next_message — Protocol::WebSocket::Connection
- #open! — Protocol::WebSocket::Connection
- #pack — Protocol::WebSocket::CloseFrame
- #pack — Protocol::WebSocket::Frame
- #pack — Protocol::WebSocket::TextFrame
- #read — Protocol::WebSocket::Connection
- #read_frame — Protocol::WebSocket::Connection
- #read_frame — Protocol::WebSocket::Framer
- #read_header — Protocol::WebSocket::Framer
- #receive_binary — Protocol::WebSocket::Connection
- #receive_close — Protocol::WebSocket::Connection
- #receive_continuation — Protocol::WebSocket::Connection
- #receive_frame — Protocol::WebSocket::Connection
- #receive_ping — Protocol::WebSocket::Connection
- #receive_pong — Protocol::WebSocket::Connection
- #receive_text — Protocol::WebSocket::Connection
- #reply — Protocol::WebSocket::PingFrame
- #send_binary — Protocol::WebSocket::Connection
- #send_close — Protocol::WebSocket::Connection
- #send_ping — Protocol::WebSocket::Connection
- #send_text — Protocol::WebSocket::Connection
- #to_ary — Protocol::WebSocket::Frame
- #unpack — Protocol::WebSocket::CloseFrame
- #unpack — Protocol::WebSocket::Frame
- #unpack — Protocol::WebSocket::TextFrame
- #write — Protocol::WebSocket::Connection
- #write — Protocol::WebSocket::Frame
- #write_frame — Protocol::WebSocket::Connection
- #write_frame — Protocol::WebSocket::Framer