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 void
HTTP2Session. notifySettings(Session session, 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 SettingsFrame Modifier and Type Method Description void
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.parser
Methods in org.eclipse.jetty.http2.parser that return SettingsFrame Modifier and Type Method Description static SettingsFrame
SettingsBodyParser. parseBody(java.nio.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 SettingsFrame Modifier and Type Method Description protected 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)
-