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