Interface | Description |
---|---|
HttpResponseHandler<T> |
Responsible for handling an HTTP response and returning an object of type T.
|
Class | Description |
---|---|
DefaultErrorResponseHandler |
Implementation of HttpResponseHandler that handles only error responses from
Web Services.
|
ExecutionContext | |
HttpMethodReleaseInputStream |
Utility class to wrap InputStreams obtained from an HttpClient library's
HttpMethod object, and ensure the stream and HTTP connection are properly
released.
|
HttpRequest | |
HttpResponse |
Represents an HTTP response returned by an service in response to a service
request.
|
IdleConnectionReaper |
Daemon thread to periodically check connection pools for idle connections.
|
NeteaseHttpClient | |
StaxResponseHandler<T> |
Default implementation of HttpResponseHandler that handles a successful
response from an service and unmarshalls the result using a StAX
unmarshaller.
|
Enum | Description |
---|---|
HttpMethodName |
Copyright © 2017. All Rights Reserved.