Package | Description |
---|---|
okhttp3.internal.huc |
Class and Description |
---|
DelegatingHttpsURLConnection
Implement an HTTPS connection by delegating to an HTTP connection for everything but the
HTTPS-specific stuff.
|
OkHttpURLConnection
This implementation uses Call to send requests and receive responses.
|
OkHttpURLConnection.NetworkInterceptor
The HttpURLConnection gives the application control between establishing the connection and
transmitting the request body.
|
OutputStreamRequestBody
A request body that's populated by blocking writes to an output stream.
|