public class BinaryFrame extends FrameRfc6455
| 限定符 | 构造器和说明 |
|---|---|
|
BinaryFrame(byte[] bodyData)
Instantiates a new binary frame.
|
protected |
BinaryFrame(FrameHeader header,
byte[] bodyData)
Instantiates a new binary frame.
|
isContinuationFrame, mask, toByteBuffer, unmaskgetContents, 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.