Uses of Class
org.eclipse.jetty.http2.frames.SettingsFrame
-
Packages that use SettingsFrame Package Description org.eclipse.jetty.http2 org.eclipse.jetty.http2.api org.eclipse.jetty.http2.parser -
-
Uses of SettingsFrame in org.eclipse.jetty.http2
Methods in org.eclipse.jetty.http2 with parameters of type SettingsFrame Modifier and Type Method Description protected voidHTTP2Session. notifySettings(Session session, SettingsFrame frame)voidHTTP2Session. onSettings(SettingsFrame frame)voidHTTP2Session. onSettings(SettingsFrame frame, boolean reply)voidHTTP2Session. 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 SettingsFrame Modifier and Type Method Description voidSession.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, Callback callback)Sends the given SETTINGSframeto configure the session. -
Uses of SettingsFrame in org.eclipse.jetty.http2.parser
Methods in org.eclipse.jetty.http2.parser that return SettingsFrame Modifier and Type Method Description static SettingsFrameSettingsBodyParser. parseBody(java.nio.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 SettingsFrame Modifier and Type Method Description protected voidBodyParser. notifySettings(SettingsFrame frame)voidParser.Listener.Adapter. onSettings(SettingsFrame frame)voidParser.Listener. onSettings(SettingsFrame frame)voidParser.Listener.Wrapper. onSettings(SettingsFrame frame)
-