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 TypeMethodDescriptionvoid
Session.maxStreams
(MaxStreamsFrame frame, Promise.Invocable<Session> promise) Sends a MAX_STREAMS frame on this connection.default void
Session.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 void
AbstractSession.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 TypeMethodDescriptionvoid
QuicheSession.maxStreams
(MaxStreamsFrame frame, Promise.Invocable<Session> promise)