See: Description
Interface | Description |
---|---|
HttpConnection.HttpUrlConnectionFactory |
Factory used by HttpConnection to produce HttpUrlConnections.
|
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
HttpConnection s. |
HttpConnection |
A wrapper for
HttpURLConnection s. |
HttpConnectionInterceptorContext |
Provides the context for a
HttpConnectionInterceptor . |