class Protocol::WebSocket::ContinuationFrame
Constants
- OPCODE
Public Instance Methods
apply(connection)
click to toggle source
# File lib/protocol/websocket/continuation_frame.rb, line 28 def apply(connection) connection.receive_continuation(self) end