Class ReadOnlyDelegatedFrame
- java.lang.Object
-
- org.eclipse.jetty.websocket.common.frames.ReadOnlyDelegatedFrame
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.websocket.api.extensions.Frame
Frame.Type
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyDelegatedFrame(Frame frame)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description byte[]
getMask()
Deprecated.byte
getOpCode()
Deprecated.java.nio.ByteBuffer
getPayload()
Deprecated.int
getPayloadLength()
Deprecated.The original payload length (Buffer.remaining()
)Frame.Type
getType()
Deprecated.boolean
hasPayload()
Deprecated.boolean
isFin()
Deprecated.boolean
isLast()
Deprecated.boolean
isMasked()
Deprecated.boolean
isRsv1()
Deprecated.boolean
isRsv2()
Deprecated.boolean
isRsv3()
Deprecated.
-
-
-
Constructor Detail
-
ReadOnlyDelegatedFrame
public ReadOnlyDelegatedFrame(Frame frame)
Deprecated.
-
-
Method Detail
-
getPayload
public java.nio.ByteBuffer getPayload()
Deprecated.- Specified by:
getPayload
in interfaceFrame
-
getPayloadLength
public int getPayloadLength()
Deprecated.Description copied from interface:Frame
The original payload length (Buffer.remaining()
)- Specified by:
getPayloadLength
in interfaceFrame
- Returns:
- the original payload length (
Buffer.remaining()
)
-
getType
public Frame.Type getType()
Deprecated.
-
hasPayload
public boolean hasPayload()
Deprecated.- Specified by:
hasPayload
in interfaceFrame
-
isLast
@Deprecated public boolean isLast()
Deprecated.Description copied from interface:Frame
Same asFrame.isFin()
-
-