public class BinaryFrame extends FrameDraft06
| Modifier | Constructor and Description |
|---|---|
|
BinaryFrame(byte[] bodyData)
Instantiates a new binary frame.
|
protected |
BinaryFrame(FrameHeader header,
byte[] bodyData)
Instantiates a new binary frame.
|
isContinuationFrame, toByteBuffergetContents, getContentsLength, getHeader, readContents, readContents, setContents, setHeaderpublic BinaryFrame(byte[] bodyData)
bodyData - the contents dataprotected BinaryFrame(FrameHeader header, byte[] bodyData)
header - the headerbodyData - the contents dataCopyright © 2021. All rights reserved.