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 org.eclipse.jetty.quic.api.frames.Frame
Frame.WithStreamId
-
Field Summary
Fields inherited from class org.eclipse.jetty.quic.api.frames.Frame
DEFAULT_MAX_SIZE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.quic.api.frames.Frame.WithStreamId
getStreamId
Methods inherited from class org.eclipse.jetty.quic.api.frames.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:
toString
in classFrame.WithStreamId
-