Modifier and Type | Interface and Description |
---|---|
interface |
ISession |
Modifier and Type | Class and Description |
---|---|
class |
StandardSession |
Modifier and Type | Method and Description |
---|---|
Session |
Stream.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
SessionFrameListener.onFailure(Session session,
Throwable x)
Callback invoked when an exception is thrown during the processing of an event on a
SPDY session.
|
void |
SessionFrameListener.Adapter.onFailure(Session session,
Throwable x) |
void |
SessionFrameListener.onGoAway(Session session,
GoAwayResultInfo goAwayResultInfo)
Callback invoked when the other peer signals that it is closing the connection.
|
void |
SessionFrameListener.Adapter.onGoAway(Session session,
GoAwayResultInfo goAwayResultInfo) |
void |
SessionFrameListener.onPing(Session session,
PingResultInfo pingResultInfo)
Callback invoked when a ping request has completed its round-trip.
|
void |
SessionFrameListener.Adapter.onPing(Session session,
PingResultInfo pingResultInfo) |
void |
SessionFrameListener.onRst(Session session,
RstInfo rstInfo)
Callback invoked when a stream error happens.
|
void |
SessionFrameListener.Adapter.onRst(Session session,
RstInfo rstInfo) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
ServerSessionFrameListener.onConnect(Session session)
Callback invoked when a client opens a connection.
|
void |
ServerSessionFrameListener.Adapter.onConnect(Session session) |
Modifier and Type | Method and Description |
---|---|
Session |
SPDYClient.connect(SocketAddress address,
SessionFrameListener listener)
Equivalent to:
|
Modifier and Type | Method and Description |
---|---|
Collection<Session> |
SPDYClient.Factory.getSessions() |
Modifier and Type | Method and Description |
---|---|
void |
SPDYClient.connect(SocketAddress address,
SessionFrameListener listener,
Promise<Session> promise)
Equivalent to:
|
void |
SPDYClient.connect(SocketAddress address,
SessionFrameListener listener,
Promise<Session> promise,
Map<String,Object> context)
Connects to the given
address , binding the given listener to session events,
and notified the given promise of the connect result. |
Modifier and Type | Method and Description |
---|---|
Session |
HttpChannelOverSPDY.getSession() |
Constructor and Description |
---|
HttpChannelOverSPDY(HttpDestination destination,
HttpConnectionOverSPDY connection,
Session session) |
HttpConnectionOverSPDY(HttpDestination destination,
Session session) |
Modifier and Type | Method and Description |
---|---|
Collection<Session> |
SPDYServerConnectionFactory.getSessions() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
SPDYServerConnectionFactory.sessionClosed(Session session) |
protected boolean |
SPDYServerConnectionFactory.sessionOpened(Session session) |
Modifier and Type | Method and Description |
---|---|
void |
ProxyEngineSelector.onGoAway(Session session,
GoAwayResultInfo goAwayResultInfo) |
void |
ProxyEngineSelector.onPing(Session clientSession,
PingResultInfo pingResultInfo) |
Copyright © 1995-2015 Webtide. All Rights Reserved.