Class ResetFrame
java.lang.Object
org.eclipse.jetty.quic.api.frames.Frame
org.eclipse.jetty.quic.api.frames.Frame.WithStreamId
org.eclipse.jetty.quic.api.frames.ResetFrame
-
Nested Class Summary
Nested classes/interfaces inherited from class Frame
Frame.WithStreamId -
Field Summary
Fields inherited from class Frame
DEFAULT_MAX_SIZE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Frame.WithStreamId
getStreamIdMethods inherited from class Frame
getFrameType
-
Constructor Details
-
ResetFrame
public ResetFrame(long streamId, long appErrorCode, long finalSize)
-
-
Method Details
-
getApplicationErrorCode
public long getApplicationErrorCode() -
getFinalSize
public long getFinalSize() -
toString
- Overrides:
toStringin classFrame.WithStreamId
-