Class JettyWebSocketFrame
java.lang.Object
org.eclipse.jetty.websocket.common.JettyWebSocketFrame
- All Implemented Interfaces:
Frame
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.websocket.api.Frame
Frame.Type
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JettyWebSocketFrame
-
-
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() -
isMasked
public boolean isMasked() -
isRsv1
public boolean isRsv1() -
isRsv2
public boolean isRsv2() -
isRsv3
public boolean isRsv3() -
toString
-