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 voidSession.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 TypeMethodDescriptionvoidClientHTTP3Session.onSettings(SettingsFrame frame) voidHTTP3SessionClient.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 voidBodyParser.notifySettings(SettingsFrame frame) default voidParserListener.onSettings(SettingsFrame frame) voidParserListener.Wrapper.onSettings(SettingsFrame frame)