Package | Description |
---|---|
org.eclipse.jetty.spdy | |
org.eclipse.jetty.spdy.api |
Modifier and Type | Method and Description |
---|---|
void |
StandardSession.settings(SettingsInfo settingsInfo) |
void |
StandardSession.settings(SettingsInfo settingsInfo,
Callback callback) |
Modifier and Type | Method and Description |
---|---|
void |
SessionFrameListener.onSettings(Session session,
SettingsInfo settingsInfo)
Callback invoked when a request to configure the SPDY connection has been received.
|
void |
SessionFrameListener.Adapter.onSettings(Session session,
SettingsInfo settingsInfo) |
void |
Session.settings(SettingsInfo settingsInfo)
Sends synchronously a SETTINGS to configure the SPDY connection.
|
void |
Session.settings(SettingsInfo settingsInfo,
Callback callback)
Sends asynchronously a SETTINGS to configure the SPDY connection.
|
Copyright © 1995-2015 Webtide. All Rights Reserved.