Package | Description |
---|---|
com.netease.cloud.http | |
com.netease.cloud.services.nos.internal |
Modifier and Type | Class and Description |
---|---|
class |
DefaultErrorResponseHandler
Implementation of HttpResponseHandler that handles only error responses from
Web Services.
|
class |
StaxResponseHandler<T>
Default implementation of HttpResponseHandler that handles a successful
response from an service and unmarshalls the result using a StAX
unmarshaller.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
NeteaseHttpClient.execute(Request<?> request,
HttpResponseHandler<WebServiceResponse<T>> responseHandler,
HttpResponseHandler<ServiceException> errorResponseHandler,
ExecutionContext executionContext)
Executes the request and returns the result.
|
<T> T |
NeteaseHttpClient.execute(Request<?> request,
HttpResponseHandler<WebServiceResponse<T>> responseHandler,
HttpResponseHandler<ServiceException> errorResponseHandler,
ExecutionContext executionContext)
Executes the request and returns the result.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNosResponseHandler<T>
Abstract HTTP response handler for nos responses.
|
class |
NosAclHeaderResponseHnadler |
class |
NosErrorResponseHandler
Response handler for Nos error responses.
|
class |
NosMetadataResponseHandler
Nos response handler that knows how to pull Nos object metadata out of a
response and unmarshall it into an ObjectMetadata object.
|
class |
NosObjectResponseHandler
Nos HTTP response handler that knows how to pull Nos object content and
metadata out of an HTTP response and unmarshall it into an NOSObject object.
|
class |
NosStringResponseHandler
Custom Nos response handler for responses that simply contain text data that
doesn't need to be parsed as XML.
|
class |
NosXmlResponseHandler<T>
Nos Implementation of HttpResponseHandler.
|
class |
ResponseHeaderHandlerChain<T>
An XML response handler that can also process an arbitrary number of headers
in the response.
|
class |
SimpleDataResponseHandler |
Copyright © 2017. All Rights Reserved.