Package | Description |
---|---|
org.eclipse.jetty.http2 | |
org.eclipse.jetty.http2.api | |
org.eclipse.jetty.http2.client.http | |
org.eclipse.jetty.http2.parser | |
org.eclipse.jetty.http2.server |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
void |
Session.Listener.onSettings(Session session,
SettingsFrame frame)
Callback method invoked when a SETTINGS frame has been received.
|
void |
Session.Listener.Adapter.onSettings(Session session,
SettingsFrame frame) |
void |
Session.settings(SettingsFrame frame,
Callback callback)
Sends the given SETTINGS
frame to configure the session. |
Modifier and Type | Method and Description |
---|---|
void |
HttpClientTransportOverHTTP2.SessionListenerPromise.onSettings(Session session,
SettingsFrame frame) |
Modifier and Type | Method and Description |
---|---|
static SettingsFrame |
SettingsBodyParser.parseBody(java.nio.ByteBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
protected void |
BodyParser.notifySettings(SettingsFrame frame) |
void |
Parser.Listener.onSettings(SettingsFrame frame) |
void |
Parser.Listener.Adapter.onSettings(SettingsFrame frame) |
void |
Parser.Listener.Wrapper.onSettings(SettingsFrame frame) |
Modifier and Type | Method and Description |
---|---|
void |
RawHTTP2ServerConnectionFactory.RawServerSessionListener.onSettings(Session session,
SettingsFrame frame) |