Package | Description |
---|---|
com.sun.jersey.api.client |
Provides support for client-side communication with HTTP-based
RESTful Web services.
|
com.sun.jersey.api.client.async |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ClientResponse> |
AsyncWebResource.handle(ClientRequest request,
FutureListener<ClientResponse> l) |
java.util.concurrent.Future<ClientResponse> |
AsyncViewResource.handle(ClientRequest request,
FutureListener<ClientResponse> l) |
Modifier and Type | Interface and Description |
---|---|
interface |
ITypeListener<T>
A listener to be implemented by clients that wish to receive callback
notification of the completion of requests invoked asynchronously.
|
Modifier and Type | Class and Description |
---|---|
class |
TypeListener<T>
A listener to be implemented by clients that wish to receive callback
notification of the completion of requests invoked asynchronously.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ClientResponse> |
AsyncClientHandler.handle(ClientRequest r,
FutureListener<ClientResponse> l)
Invoke an asynchronous client request.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.