class ContinuationFrame < Frame
- Inherits from
Frame: #flag?, #<=>, #to_ary, #control?, #data?, #finished?, #continued?, #length, #pack, #unpack
Represents a continuation frame that is sent or received by a WebSocket connection when a message is split into multiple frames.
Definitions
def apply(connection)
Apply this frame to the specified connection.
Implementation
def apply(connection)
connection.receive_continuation(self)
end