| Interface | Description |
|---|---|
| FrameReader |
Reads transport frames for SPDY/3 or HTTP/2.
|
| FrameReader.Handler | |
| FrameWriter |
Writes transport frames for SPDY/3 or HTTP/2.
|
| PushObserver |
HTTP/2 only. |
| Variant |
A version and dialect of the framed socket protocol.
|
| Class | Description |
|---|---|
| FramedConnection |
A socket connection to a remote peer.
|
| FramedConnection.Builder | |
| FramedConnection.Listener |
Listener of streams and settings initiated by the peer.
|
| FramedStream |
A logical bidirectional stream.
|
| Header |
HTTP header: the name is an ASCII string, but the value can be UTF-8.
|
| Http2 |
Read and write HTTP/2 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.
|
| Enum | Description |
|---|---|
| ErrorCode | |
| HeadersMode |
Copyright © 2017. All Rights Reserved.