Uses of Class
org.eclipse.jetty.http3.frames.SettingsFrame
Packages that use SettingsFrame
Package
Description
-
Uses of SettingsFrame in org.eclipse.jetty.http3
Methods in org.eclipse.jetty.http3 with parameters of type SettingsFrame -
Uses of SettingsFrame in org.eclipse.jetty.http3.api
Methods in org.eclipse.jetty.http3.api with parameters of type SettingsFrameModifier 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
Methods in org.eclipse.jetty.http3.client with parameters of type SettingsFrameModifier and TypeMethodDescriptionvoid
ClientHTTP3Session.onSettings
(SettingsFrame frame) void
HTTP3SessionClient.onSettings
(SettingsFrame frame) -
Uses of SettingsFrame in org.eclipse.jetty.http3.parser
Methods in org.eclipse.jetty.http3.parser with parameters of type SettingsFrameModifier and TypeMethodDescriptionprotected void
BodyParser.notifySettings
(SettingsFrame frame) default void
ParserListener.onSettings
(SettingsFrame frame) void
ParserListener.Wrapper.onSettings
(SettingsFrame frame)