Uses of Class
org.eclipse.jetty.quic.api.frames.MaxStreamsFrame
Packages that use MaxStreamsFrame
Package
Description
This module contains the main abstractions for the QUIC protocol using the Quiche library.
- 
Uses of MaxStreamsFrame in org.eclipse.jetty.quic.api
Methods in org.eclipse.jetty.quic.api with parameters of type MaxStreamsFrameModifier and TypeMethodDescriptionvoidSession.maxStreams(MaxStreamsFrame frame, Promise.Invocable<Session> promise) Sends a MAX_STREAMS frame on this connection.default voidSession.Listener.onMaxStreams(Session session, MaxStreamsFrame frame) Callback method invoked when a MAX_STREAMS frame is received. - 
Uses of MaxStreamsFrame in org.eclipse.jetty.quic.common
Methods in org.eclipse.jetty.quic.common with parameters of type MaxStreamsFrameModifier and TypeMethodDescriptionprotected voidAbstractSession.notifyMaxStreams(MaxStreamsFrame frame)  - 
Uses of MaxStreamsFrame in org.eclipse.jetty.quic.quiche
Methods in org.eclipse.jetty.quic.quiche with parameters of type MaxStreamsFrameModifier and TypeMethodDescriptionvoidQuicheSession.maxStreams(MaxStreamsFrame frame, Promise.Invocable<Session> promise)