public interface AsyncClientHandler
| Modifier and Type | Method and Description |
|---|---|
Future<ClientResponse> |
handle(ClientRequest r,
FutureListener<ClientResponse> l)
Invoke an asynchronous client request.
|
Future<ClientResponse> handle(ClientRequest r, FutureListener<ClientResponse> l)
r - the client request.l - the future listener to receive a completed Future with the
client response.Copyright © 2016 Oracle Corporation. All rights reserved.