| Package | Description |
|---|---|
| org.asynchttpclient | |
| org.asynchttpclient.handler | |
| org.asynchttpclient.handler.resumable | |
| org.asynchttpclient.netty | |
| org.asynchttpclient.webdav |
| Modifier and Type | Method and Description |
|---|---|
Response |
Response.ResponseBuilder.build()
Build a
Response instance |
Response |
AsyncCompletionHandlerBase.onCompleted(Response response)
Invoked once the HTTP response processing is finished.
|
| Modifier and Type | Method and Description |
|---|---|
ListenableFuture<Response> |
BoundRequestBuilder.execute() |
ListenableFuture<Response> |
DefaultAsyncHttpClient.executeRequest(Request request) |
ListenableFuture<Response> |
AsyncHttpClient.executeRequest(Request request)
Execute an HTTP request.
|
ListenableFuture<Response> |
DefaultAsyncHttpClient.executeRequest(RequestBuilder requestBuilder) |
ListenableFuture<Response> |
AsyncHttpClient.executeRequest(RequestBuilder requestBuilder)
Execute an HTTP request.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
AsyncCompletionHandlerBase.onCompleted(Response response)
Invoked once the HTTP response processing is finished.
|
abstract T |
AsyncCompletionHandler.onCompleted(Response response)
Invoked once the HTTP response processing is finished.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
BodyDeferringAsyncHandler.BodyDeferringInputStream.getAsapResponse()
Delegates to
BodyDeferringAsyncHandler.getResponse(). |
Response |
BodyDeferringAsyncHandler.BodyDeferringInputStream.getLastResponse()
Delegates to
Future$lt;Response>#get() method. |
Response |
BodyDeferringAsyncHandler.getResponse()
This method -- unlike Future<Reponse>.get() -- will block only as long,
as headers arrive.
|
Response |
BodyDeferringAsyncHandler.onCompleted() |
Response |
TransferCompletionHandler.onCompleted(Response response) |
| Modifier and Type | Method and Description |
|---|---|
Response |
TransferCompletionHandler.onCompleted(Response response) |
| Constructor and Description |
|---|
BodyDeferringInputStream(Future<Response> future,
BodyDeferringAsyncHandler bdah,
InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
Response |
ResumableAsyncHandler.onCompleted()
Invoked once the HTTP response processing is finished.
|
| Constructor and Description |
|---|
ResumableAsyncHandler(AsyncHandler<Response> decoratedAsyncHandler) |
ResumableAsyncHandler(long byteTransferred,
AsyncHandler<Response> decoratedAsyncHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyResponse
Wrapper around the
Response API. |
| Modifier and Type | Class and Description |
|---|---|
class |
WebDavResponse
Customized
Response which add support for getting the response's body as an XML document (@link WebDavResponse#getBodyAsXML} |
| Constructor and Description |
|---|
WebDavResponse(Response response,
Document document) |
Copyright © 2016. All Rights Reserved.