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