|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AsyncViewResource | |
---|---|
com.sun.jersey.api.client | Provides support for client-side communication with HTTP-based RESTful Web services. |
Uses of AsyncViewResource in com.sun.jersey.api.client |
---|
Methods in com.sun.jersey.api.client that return AsyncViewResource | |
---|---|
AsyncViewResource |
Client.asyncViewResource(String u)
|
AsyncViewResource |
Client.asyncViewResource(URI u)
|
AsyncViewResource |
AsyncViewResource.path(String path)
Create a new WebResource from this web resource with an additional path added to the URI of this web resource. |
AsyncViewResource |
AsyncViewResource.queryParam(String key,
String value)
Create a new WebResource from this web resource with an additional query parameter added to the URI of this web resource. |
AsyncViewResource |
AsyncViewResource.queryParams(MultivaluedMap<String,String> params)
Create a new WebResource from this web resource with additional query parameters added to the URI of this web resource. |
AsyncViewResource |
AsyncViewResource.uri(URI uri)
Create a new WebResource from this web resource. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |