public interface AsyncHttpProvider
NettyAsyncHttpProvider
is used.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. |
Response |
prepareResponse(HttpResponseStatus status,
HttpResponseHeaders headers,
Collection<HttpResponseBodyPart> bodyParts)
Prepare a
Response |
<T> ListenableFuture<T> execute(Request request, AsyncHandler<T> handler) throws IOException
AsyncHandler
when the response arrive.handler
- an instance of AsyncHandler
ListenableFuture
of Type T.IOException
void close()
Response prepareResponse(HttpResponseStatus status, HttpResponseHeaders headers, Collection<HttpResponseBodyPart> bodyParts)
Response
status
- HttpResponseStatus
headers
- HttpResponseHeaders
bodyParts
- list of HttpResponseBodyPart
Response
Copyright © 2015. All rights reserved.