Class MaxStreamsFrame
java.lang.Object
org.eclipse.jetty.quic.api.frames.Frame
org.eclipse.jetty.quic.api.frames.MaxStreamsFrame
-
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
-
MaxStreamsFrame
public MaxStreamsFrame(long maxStreams, boolean bidirectional)
-
-
Method Details
-
isBidirectional
public boolean isBidirectional() -
getMaxStreams
public long getMaxStreams() -
toString
-