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 voidHTTP2Session.notifySettings(Session session, SettingsFrame frame) voidHTTP2Session.onSettings(SettingsFrame frame) voidHTTP2Session.onSettings(SettingsFrame frame, boolean reply) voidHTTP2Session.settings(SettingsFrame frame, org.eclipse.jetty.util.Callback callback) -
Uses of SettingsFrame in org.eclipse.jetty.http2.api
Methods in org.eclipse.jetty.http2.api with parameters of type SettingsFrameModifier and TypeMethodDescriptionvoidSession.Listener.Adapter.onSettings(Session session, SettingsFrame frame) voidSession.Listener.onSettings(Session session, SettingsFrame frame) Callback method invoked when a SETTINGS frame has been received.voidSession.settings(SettingsFrame frame, org.eclipse.jetty.util.Callback callback) Sends the given SETTINGSframeto configure the session. -
Uses of SettingsFrame in org.eclipse.jetty.http2.client.http
Methods in org.eclipse.jetty.http2.client.http with parameters of type SettingsFrameModifier and TypeMethodDescriptionvoidHttpClientTransportOverHTTP2.SessionListenerPromise.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 SettingsFrameSettingsBodyParser.parseBody(ByteBuffer buffer) Parses the given buffer containing the whole body of aSETTINGSframe (without header bytes), typically from theHTTP2-Settingsheader.Methods in org.eclipse.jetty.http2.parser with parameters of type SettingsFrameModifier and TypeMethodDescriptionprotected voidBodyParser.notifySettings(SettingsFrame frame) voidParser.Listener.Adapter.onSettings(SettingsFrame frame) voidParser.Listener.onSettings(SettingsFrame frame) voidParser.Listener.Wrapper.onSettings(SettingsFrame frame) private booleanSettingsBodyParser.onSettings(ByteBuffer buffer, SettingsFrame frame) -
Uses of SettingsFrame in org.eclipse.jetty.http2.server
Methods in org.eclipse.jetty.http2.server with parameters of type SettingsFrameModifier and TypeMethodDescriptionvoidRawHTTP2ServerConnectionFactory.RawServerSessionListener.onSettings(Session session, SettingsFrame frame)