Class JettyWebSocketFrame
java.lang.Object
org.eclipse.jetty.ee9.websocket.common.JettyWebSocketFrame
- All Implemented Interfaces:
 Frame
- 
Nested Class Summary
Nested classes/interfaces inherited from interface Frame
Frame.Type - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
JettyWebSocketFrame
 
 - 
 - 
Method Details
- 
getMask
 - 
getOpCode
 - 
getPayload
- Specified by:
 getPayloadin interfaceFrame
 - 
getPayloadLength
public int getPayloadLength()Description copied from interface:FrameThe original payload length (Buffer.remaining())- Specified by:
 getPayloadLengthin interfaceFrame- Returns:
 - the original payload length (
Buffer.remaining()) 
 - 
getType
 - 
hasPayload
public boolean hasPayload()- Specified by:
 hasPayloadin interfaceFrame
 - 
isFin
 - 
isMasked
 - 
isRsv1
 - 
isRsv2
 - 
isRsv3
 - 
toString
 
 -