Interface | Description |
---|---|
Session |
A
Session represents the client-side endpoint of a SPDY connection to a single origin server. |
Session.Listener |
Super interface for listeners with callbacks that are invoked on specific session events.
|
Session.StreamListener |
Specialized listener that is invoked upon creation and removal of streams.
|
SessionFrameListener |
A
SessionFrameListener is the passive counterpart of a Session and receives events happening
on a SPDY session. |
Stream | |
StreamFrameListener |
A
StreamFrameListener is the passive counterpart of a Stream and receives
events happening on a SPDY stream. |
Class | Description |
---|---|
ByteBufferDataInfo |
Specialized
DataInfo for ByteBuffer content. |
BytesDataInfo |
Specialized
DataInfo for byte array content. |
DataInfo |
A container for DATA frames metadata and content bytes.
|
GoAwayInfo |
A GoAwayInfo container.
|
GoAwayResultInfo |
A container for GOAWAY frames metadata: the last good stream id and
the session status.
|
HeadersInfo |
A container for HEADERS frame metadata and headers.
|
Info |
A base class for all *Info classes providing timeout and unit and api to access them
|
PingInfo |
A PingInfo container.
|
PingResultInfo |
A container for PING frames data.
|
PushInfo |
A container for PUSH_SYN_STREAM frames metadata and data.
|
ReplyInfo |
A container for SYN_REPLY frames metadata and headers.
|
RstInfo |
A container for RST_STREAM frames data: the stream id and the stream status.
|
Session.StreamListener.Adapter |
Empty implementation of
Session.StreamListener . |
SessionFrameListener.Adapter |
Empty implementation of
SessionFrameListener |
Settings | |
Settings.ID | |
Settings.Setting | |
SettingsInfo | |
SPDY |
Helper class that holds useful SPDY constants.
|
StreamFrameListener.Adapter |
Empty implementation of
StreamFrameListener |
StringDataInfo | |
SynInfo |
A container for SYN_STREAM frames metadata and data.
|
Enum | Description |
---|---|
SessionStatus |
An enumeration of session statuses.
|
Settings.Flag | |
StreamStatus |
An enumeration of stream statuses.
|
Exception | Description |
---|---|
SPDYException |
An unrecoverable exception that signals to the application that
something wrong happened.
|
Copyright © 1995-2015 Webtide. All Rights Reserved.