- getFrameWriterMaxBytes
int getFrameWriterMaxBytes()
Undocumented in source. Be warned that the author may not have intended to support it.
- getFramesOutput
long getFramesOutput()
Undocumented in source. Be warned that the author may not have intended to support it.
- isFull
bool isFull()
Undocumented in source. Be warned that the author may not have intended to support it.
- readBytes
int readBytes(ByteBuffer dst)
Undocumented in source. Be warned that the author may not have intended to support it.
- setFrameWriterMaxBytes
void setFrameWriterMaxBytes(int maxBytes)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMaxFrameSize
void setMaxFrameSize(int maxFrameSize)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeFrame
void writeFrame(Object frameBody)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeFrame
void writeFrame(int channel, Object frameBody, ReadableBuffer payload, Runnable onPayloadTooLarge)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeHeader
void writeHeader(byte[] header)
Undocumented in source. Be warned that the author may not have intended to support it.
Writes Frames to an internal buffer for later processing by the transport.