|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FutureListener | |
---|---|
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 |
Uses of FutureListener in com.sun.jersey.api.client |
---|
Methods in com.sun.jersey.api.client with parameters of type FutureListener | |
---|---|
Future<ClientResponse> |
AsyncWebResource.handle(ClientRequest request,
FutureListener<ClientResponse> l)
|
Future<ClientResponse> |
AsyncViewResource.handle(ClientRequest request,
FutureListener<ClientResponse> l)
|
Uses of FutureListener in com.sun.jersey.api.client.async |
---|
Subinterfaces of FutureListener in com.sun.jersey.api.client.async | |
---|---|
interface |
ITypeListener<T>
A listener to be implemented by clients that wish to receive callback notification of the completion of requests invoked asynchronously. |
Classes in com.sun.jersey.api.client.async that implement FutureListener | |
---|---|
class |
TypeListener<T>
A listener to be implemented by clients that wish to receive callback notification of the completion of requests invoked asynchronously. |
Methods in com.sun.jersey.api.client.async with parameters of type FutureListener | |
---|---|
Future<ClientResponse> |
AsyncClientHandler.handle(ClientRequest r,
FutureListener<ClientResponse> l)
Invoke an asynchronous client request. |
Uses of FutureListener in com.sun.jersey.client.impl.async |
---|
Classes in com.sun.jersey.client.impl.async that implement FutureListener | |
---|---|
class |
FutureClientResponseListener<T>
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |