Interface | Description |
---|---|
FrameReader |
Reads transport frames for SPDY/3 or HTTP/2.
|
FrameReader.Handler | |
FrameWriter |
Writes transport frames for SPDY/3 or HTTP/2.
|
IncomingStreamHandler |
Listener to be notified when a connected peer creates a new stream.
|
PushObserver |
HTTP/2 only. |
Variant |
A version and dialect of the framed socket protocol.
|
Class | Description |
---|---|
Header |
HTTP header: the name is an ASCII string, but the value can be UTF-8.
|
Http20Draft16 |
Read and write HTTP/2 v16 frames.
|
Ping |
A locally-originated ping.
|
Settings |
Settings describe characteristics of the sending peer, which are used by the receiving peer.
|
Spdy3 |
Read and write spdy/3.1 frames.
|
SpdyConnection |
A socket connection to a remote peer.
|
SpdyConnection.Builder | |
SpdyStream |
A logical bidirectional stream.
|
Enum | Description |
---|---|
ErrorCode | |
HeadersMode |
Copyright © 2015. All rights reserved.