Package | Description |
---|---|
com.sun.jersey.api.client |
Provides support for client-side communication with HTTP-based
RESTful Web services.
|
com.sun.jersey.test.framework |
Provides support for testing JAX-RS and Jersey-based applications.
|
Modifier and Type | Method and Description |
---|---|
WebResource |
WebResource.path(String path)
Create a new WebResource from this web resource with an additional path
added to the URI of this web resource.
|
WebResource |
WebResource.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.
|
WebResource |
WebResource.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.
|
WebResource |
WebResourceLinkHeaders.resource(String rel) |
WebResource |
Client.resource(String u)
Create a Web resource from the client.
|
WebResource |
Client.resource(URI u)
Create a Web resource from the client.
|
WebResource |
WebResource.uri(URI uri)
Create a new WebResource from this web resource.
|
Modifier and Type | Method and Description |
---|---|
WebResource |
JerseyTest.resource()
Create a web resource whose URI refers to the base URI the Web
application is deployed at.
|
Copyright © 2013 Oracle Corporation. All rights reserved.