public class JDKAsyncHttpProvider extends Object implements AsyncHttpProvider
| Constructor and Description |
|---|
JDKAsyncHttpProvider(AsyncHttpClientConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the current underlying TCP/HTTP connection.
|
<T> ListenableFuture<T> |
execute(Request request,
AsyncHandler<T> handler)
Execute the request and invoke the
AsyncHandler when the response arrive. |
<T> ListenableFuture<T> |
execute(Request request,
AsyncHandler<T> handler,
ListenableFuture<?> future) |
Response |
prepareResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
Collection<HttpResponseBodyPart> bodyParts)
Prepare a
Response |
public JDKAsyncHttpProvider(AsyncHttpClientConfig config)
public <T> ListenableFuture<T> execute(Request request, AsyncHandler<T> handler) throws IOException
AsyncHttpProviderAsyncHandler when the response arrive.execute in interface AsyncHttpProviderhandler - an instance of AsyncHandlerListenableFuture of Type T.IOExceptionpublic <T> ListenableFuture<T> execute(Request request, AsyncHandler<T> handler, ListenableFuture<?> future) throws IOException
IOExceptionpublic void close()
AsyncHttpProviderclose in interface AsyncHttpProviderpublic Response prepareResponse(HttpResponseStatus status, HttpResponseHeaders headers, Collection<HttpResponseBodyPart> bodyParts)
AsyncHttpProviderResponseprepareResponse in interface AsyncHttpProviderstatus - HttpResponseStatusheaders - HttpResponseHeadersbodyParts - list of HttpResponseBodyPartResponseCopyright © 2015. All rights reserved.