Uses of Class
org.eclipse.jetty.quic.api.frames.MaxDataFrame
Packages that use MaxDataFrame
Package
Description
This module contains the main abstractions for the QUIC protocol using the Quiche library.
-
Uses of MaxDataFrame in org.eclipse.jetty.quic.api
Methods in org.eclipse.jetty.quic.api with parameters of type MaxDataFrameModifier and TypeMethodDescriptionvoid
Session.maxData
(MaxDataFrame frame, Promise.Invocable<Session> promise) Sends a MAX_DATA frame on this connection.default void
Session.Listener.onMaxData
(Session session, MaxDataFrame frame) Callback method invoked when a MAX_DATA frame is received. -
Uses of MaxDataFrame in org.eclipse.jetty.quic.common
Methods in org.eclipse.jetty.quic.common with parameters of type MaxDataFrameModifier and TypeMethodDescriptionprotected void
AbstractSession.notifyMaxData
(MaxDataFrame frame) -
Uses of MaxDataFrame in org.eclipse.jetty.quic.quiche
Methods in org.eclipse.jetty.quic.quiche with parameters of type MaxDataFrameModifier and TypeMethodDescriptionvoid
QuicheSession.maxData
(MaxDataFrame frame, Promise.Invocable<Session> promise)