Package | Description |
---|---|
com.sun.jersey.api.client |
Provides support for client-side communication with HTTP-based
RESTful Web services.
|
Modifier and Type | Method and Description |
---|---|
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(javax.ws.rs.core.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.
|
Constructor and Description |
---|
AsyncViewResource(AsyncViewResource that,
javax.ws.rs.core.UriBuilder ub) |
Copyright © 2013 Oracle Corporation. All rights reserved.