Protocol::WebSocket SourceProtocolWebSocketContinuationFrame

class ContinuationFrame

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