See: Description
| Interface | Description |
|---|---|
| HttpConnection.HttpUrlConnectionFactory |
Factory used by HttpConnection to produce HttpUrlConnections.
|
| HttpConnection.InputStreamGenerator |
An InputStreamGenerator has a single method getInputStream.
|
| HttpConnectionInterceptor |
A marker interface for all HttpConnectionInterceptors.
|
| HttpConnectionRequestInterceptor |
A Request Interceptor is run before the request is made to the server.
|
| HttpConnectionResponseInterceptor |
A Response Interceptor is run after the response is obtained from the
server but before the output stream is returned to the original client.
|
| Class | Description |
|---|---|
| Http |
Factory methods for obtaining
HttpConnections. |
| HttpConnection |
A wrapper for
HttpURLConnections. |
| HttpConnectionInterceptorContext |
Provides the context for a
HttpConnectionInterceptor. |