public class BinaryFrame extends FrameDraft06
| 限定符 | 构造器和说明 |
|---|---|
|
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 © 2020. All rights reserved.