Package | Description |
---|---|
com.squareup.okhttp.internal.framed | |
com.squareup.okhttp.internal.http | |
com.squareup.okhttp.internal.io |
Class and Description |
---|
ErrorCode |
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.
|
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 |
Ping
A locally-originated ping.
|
PushObserver
HTTP/2 only. |
Settings
Settings describe characteristics of the sending peer, which are used by the receiving peer.
|
Variant
A version and dialect of the framed socket protocol.
|
Class and Description |
---|
FramedConnection
A socket connection to a remote peer.
|
Header
HTTP header: the name is an ASCII string, but the value can be UTF-8.
|
Class and Description |
---|
FramedConnection
A socket connection to a remote peer.
|
Copyright © 2017. All rights reserved.