Uses of Class
org.eclipse.jetty.http3.frames.SettingsFrame
Package
Description
-
Uses of SettingsFrame in org.eclipse.jetty.http3
-
Uses of SettingsFrame in org.eclipse.jetty.http3.api
Modifier and TypeMethodDescriptiondefault void
Session.Listener.onSettings
(Session session, SettingsFrame frame) Callback method invoked when a SETTINGS frame has been received. -
Uses of SettingsFrame in org.eclipse.jetty.http3.client
Modifier and TypeMethodDescriptionvoid
ClientHTTP3Session.onSettings
(SettingsFrame frame) void
HTTP3SessionClient.onSettings
(SettingsFrame frame) -
Uses of SettingsFrame in org.eclipse.jetty.http3.parser
Modifier and TypeMethodDescriptionprotected void
BodyParser.notifySettings
(SettingsFrame frame) default void
ParserListener.onSettings
(SettingsFrame frame) void
ParserListener.Wrapper.onSettings
(SettingsFrame frame)