Uses of Class
org.eclipse.jetty.http2.frames.SettingsFrame
Packages that use SettingsFrame
Package
Description
-
Uses of SettingsFrame in org.eclipse.jetty.http2
Methods in org.eclipse.jetty.http2 with parameters of type SettingsFrameModifier and TypeMethodDescriptionprotected void
HTTP2Session.notifySettings
(Session session, SettingsFrame frame) void
HTTP2Connection.onSettings
(SettingsFrame frame) void
HTTP2Session.onSettings
(SettingsFrame frame) void
HTTP2Session.onSettings
(SettingsFrame frame, boolean reply) void
HTTP2Session.settings
(SettingsFrame frame, Callback callback) -
Uses of SettingsFrame in org.eclipse.jetty.http2.api
Methods in org.eclipse.jetty.http2.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.default CompletableFuture<Void>
Session.settings
(SettingsFrame frame) Sends the given SETTINGSframe
to configure the session.void
Session.settings
(SettingsFrame frame, Callback callback) Sends the given SETTINGSframe
to configure the session. -
Uses of SettingsFrame in org.eclipse.jetty.http2.client.internal
Methods in org.eclipse.jetty.http2.client.internal with parameters of type SettingsFrame -
Uses of SettingsFrame in org.eclipse.jetty.http2.client.transport.internal
Methods in org.eclipse.jetty.http2.client.transport.internal with parameters of type SettingsFrameModifier and TypeMethodDescriptionvoid
HTTPSessionListenerPromise.onSettings
(Session session, SettingsFrame frame) -
Uses of SettingsFrame in org.eclipse.jetty.http2.parser
Methods in org.eclipse.jetty.http2.parser that return SettingsFrameModifier and TypeMethodDescriptionstatic SettingsFrame
SettingsBodyParser.parseBody
(ByteBuffer buffer) Parses the given buffer containing the whole body of aSETTINGS
frame (without header bytes), typically from theHTTP2-Settings
header.Methods in org.eclipse.jetty.http2.parser with parameters of type SettingsFrameModifier and TypeMethodDescriptionprotected void
BodyParser.notifySettings
(SettingsFrame frame) default void
Parser.Listener.onSettings
(SettingsFrame frame) void
Parser.Listener.Wrapper.onSettings
(SettingsFrame frame)