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 | |
com.sun.jersey.client.impl.async |
Modifier and Type | Method and Description |
---|---|
Future<ClientResponse> |
AsyncWebResource.handle(ClientRequest request,
FutureListener<ClientResponse> l) |
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 |
---|---|
Future<ClientResponse> |
AsyncClientHandler.handle(ClientRequest r,
FutureListener<ClientResponse> l)
Invoke an asynchronous client request.
|
Modifier and Type | Class and Description |
---|---|
class |
FutureClientResponseListener<T> |
Copyright © 2013 Oracle Corporation. All rights reserved.