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 TypeMethodDescriptionvoidSession.maxData(MaxDataFrame frame, Promise.Invocable<Session> promise) Sends a MAX_DATA frame on this connection.default voidSession.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 voidAbstractSession.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 TypeMethodDescriptionvoidQuicheSession.maxData(MaxDataFrame frame, Promise.Invocable<Session> promise)