OutgoingFrames

Interface for dealing with frames outgoing to (eventually) the network layer.

Members

Functions

outgoingFrame
void outgoingFrame(WebSocketFrame frame, Callback callback)

A frame, and optional callback, intended for the network layer. <p> Note: the frame can undergo many transformations in the various layers and extensions present in the implementation. <p> If you are implementing a mutation, you are obliged to handle the incoming WriteCallback appropriately.

Meta