Class Frame.Parsed
java.lang.Object
org.eclipse.jetty.websocket.core.Frame
org.eclipse.jetty.websocket.core.Frame.Parsed
- All Implemented Interfaces:
Closeable, AutoCloseable, CloseStatus.Supplier
- Enclosing class:
Frame
-
Nested Class Summary
Nested classes/interfaces inherited from class Frame
Frame.Parsed -
Field Summary
Fields inherited from class Frame
finRsvOp, mask, MAX_CONTROL_PAYLOAD, payload -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Frame
asReadOnly, copy, copyHeaders, copyWithoutPayload, demask, equals, getMask, getOpCode, getPayload, getPayloadAsUTF8, getPayloadLength, hashCode, hasPayload, hasRsv, isControlFrame, isDataFrame, isFin, isMasked, isRsv1, isRsv2, isRsv3, reset, setFin, setMask, setOpCode, setPayload, setPayload, setPayload, setRsv1, setRsv2, setRsv3
-
Constructor Details
-
Parsed
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
getCloseStatus
- Specified by:
getCloseStatusin interfaceCloseStatus.Supplier
-
isReleaseable
public boolean isReleaseable() -
toString
-