Class ReadOnlyDelegatedFrame
java.lang.Object
org.eclipse.jetty.websocket.common.frames.ReadOnlyDelegatedFrame
- All Implemented Interfaces:
Frame
Immutable, Read-only, Frame implementation.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.websocket.api.extensions.Frame
Frame.Type
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
delegate
-
-
Constructor Details
-
ReadOnlyDelegatedFrame
-
-
Method Details
-
getMask
public byte[] getMask() -
getOpCode
public byte getOpCode() -
getPayload
- Specified by:
getPayload
in interfaceFrame
-
getPayloadLength
public int getPayloadLength()Description copied from interface:Frame
The original payload length (Buffer.remaining()
)- Specified by:
getPayloadLength
in interfaceFrame
- Returns:
- the original payload length (
Buffer.remaining()
)
-
getType
-
hasPayload
public boolean hasPayload()- Specified by:
hasPayload
in interfaceFrame
-
isFin
public boolean isFin() -
isLast
Deprecated.Description copied from interface:Frame
Same asFrame.isFin()
-
isMasked
public boolean isMasked() -
isRsv1
public boolean isRsv1() -
isRsv2
public boolean isRsv2() -
isRsv3
public boolean isRsv3()
-