Uses of Class
org.eclipse.jetty.http2.frames.SettingsFrame
Package
Description
-
Uses of SettingsFrame in org.eclipse.jetty.http2
Modifier 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
Modifier and TypeMethodDescriptionvoid
Session.Listener.Adapter.onSettings
(Session session, SettingsFrame frame) void
Session.Listener.onSettings
(Session session, SettingsFrame frame) Callback method invoked when a SETTINGS frame has been received.void
Session.settings
(SettingsFrame frame, Callback callback) Sends the given SETTINGSframe
to configure the session. -
Uses of SettingsFrame in org.eclipse.jetty.http2.client
-
Uses of SettingsFrame in org.eclipse.jetty.http2.parser
Modifier 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.Modifier and TypeMethodDescriptionprotected void
BodyParser.notifySettings
(SettingsFrame frame) void
Parser.Listener.Adapter.onSettings
(SettingsFrame frame) void
Parser.Listener.onSettings
(SettingsFrame frame) void
Parser.Listener.Wrapper.onSettings
(SettingsFrame frame)