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. |
<T> ListenableFuture<T> execute(Request request, AsyncHandler<T> handler)
AsyncHandler when the response arrive.handler - an instance of AsyncHandlerListenableFuture of Type T.void close()
Copyright © 2014. All Rights Reserved.