| Package | Description |
|---|---|
| com.sun.jersey.api.client |
Provides support for client-side communication with HTTP-based
RESTful Web services.
|
| com.sun.jersey.client.proxy |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncViewResource |
class |
AsyncWebResource
An encapsulation of an asynchronous Web resource capable of building requests
to send to the Web resource and processing responses returned from the Web
resource.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.Future<T> |
ViewProxy.asyncView(java.lang.Class<T> type,
ClientRequest request,
AsyncClientHandler handler) |
java.util.concurrent.Future<T> |
ViewProxy.asyncView(T v,
ClientRequest request,
AsyncClientHandler handler) |
Copyright © 2016 Oracle Corporation. All Rights Reserved.