Interface | Description |
---|---|
HttpConnection.InputStreamGenerator | |
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 |
---|---|
CookieInterceptor |
Adds cookie authentication support to http requests.
|
Http |
Factory methods for obtaining
HttpConnection s. |
HttpConnection |
A wrapper for
HttpURLConnection s. |
HttpConnectionInterceptorContext |
Created by tomblench on 30/03/15.
|