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 © 2013 Oracle Corporation. All rights reserved.