| Package | Description |
|---|---|
| com.taobao.api.internal.toplink.embedded.websocket.frame.rfc6455 |
| Modifier and Type | Field and Description |
|---|---|
protected FrameBuilderRfc6455.PayloadLengthType |
FrameHeaderRfc6455.payloadLengthType
The payload length type.
|
| Modifier and Type | Method and Description |
|---|---|
static FrameBuilderRfc6455.PayloadLengthType |
FrameBuilderRfc6455.PayloadLengthType.valueOf(byte plt)
Value of.
|
static FrameBuilderRfc6455.PayloadLengthType |
FrameBuilderRfc6455.PayloadLengthType.valueOf(long payloadLength)
Value of.
|
static FrameBuilderRfc6455.PayloadLengthType |
FrameBuilderRfc6455.PayloadLengthType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrameBuilderRfc6455.PayloadLengthType[] |
FrameBuilderRfc6455.PayloadLengthType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FrameHeaderRfc6455(boolean fragmented,
int headerLength,
FrameBuilderRfc6455.PayloadLengthType payloadLengthType,
long payloadLength,
FrameBuilderRfc6455.Opcode opcode)
Instantiates a new frame header draft06.
|
FrameHeaderRfc6455(boolean fragmented,
int headerLength,
FrameBuilderRfc6455.PayloadLengthType payloadLengthType,
long payloadLength,
FrameBuilderRfc6455.Opcode opcode,
FrameBuilderRfc6455.Opcode realOpcode)
Instantiates a new frame header draft06.
|
Copyright © 2021. All rights reserved.