Class Frame.WithStreamId
java.lang.Object
org.eclipse.jetty.quic.api.frames.Frame
org.eclipse.jetty.quic.api.frames.Frame.WithStreamId
- Direct Known Subclasses:
ResetFrame, StopSendingFrame, StreamDataBlockedFrame, StreamFrame, StreamMaxDataFrame
- Enclosing class:
Frame
A QUIC frame that carries a stream id.
-
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
getFrameType
-
Constructor Details
-
WithStreamId
public WithStreamId(long frameType, long streamId)
-
-
Method Details
-
getStreamId
public long getStreamId() -
toString
-