Uses of Class
org.eclipse.jetty.quic.api.frames.DataBlockedFrame
Packages that use DataBlockedFrame
-
Uses of DataBlockedFrame in org.eclipse.jetty.quic.api
Methods in org.eclipse.jetty.quic.api with parameters of type DataBlockedFrameModifier and TypeMethodDescriptiondefault void
Session.Listener.onDataBlocked
(Session session, DataBlockedFrame frame) Callback method invoked when a DATA_BLOCKED frame is received. -
Uses of DataBlockedFrame in org.eclipse.jetty.quic.common
Methods in org.eclipse.jetty.quic.common with parameters of type DataBlockedFrameModifier and TypeMethodDescriptionprotected void
AbstractSession.notifyDataBlocked
(DataBlockedFrame frame)