Class | Description |
---|---|
BufferedRequestBody |
This request body involves an application thread only.
|
DelegatingHttpsURLConnection |
Implement an HTTPS connection by delegating to an HTTP connection for everything but the
HTTPS-specific stuff.
|
OkHttpsURLConnection | |
OkHttpURLConnection |
This implementation uses Call to send requests and receive responses.
|
OutputStreamRequestBody |
A request body that's populated by blocking writes to an output stream.
|
StreamedRequestBody |
This request body streams bytes from an application thread to an OkHttp dispatcher thread via a
pipe.
|
Exception | Description |
---|---|
OkHttpURLConnection.UnexpectedException |