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 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
getFrameType
-
Constructor Details
-
MaxStreamsFrame
public MaxStreamsFrame(long maxStreams, boolean bidirectional)
-
-
Method Details
-
isBidirectional
public boolean isBidirectional() -
getMaxStreams
public long getMaxStreams() -
toString
-