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 | Method and Description |
---|---|
static Client |
Client.create()
Create a default client.
|
static Client |
Client.create(ClientConfig cc)
Create a default client with client configuration.
|
static Client |
Client.create(ClientConfig cc,
IoCComponentProviderFactory provider)
Create a default client with client configuration and component provider.
|
Client |
ClientResponse.getClient()
Get the client.
|
Constructor and Description |
---|
AsyncViewResource(Client c,
URI u) |
AsyncWebResource(Client c,
CopyOnWriteHashMap<String,Object> properties,
URI u) |
WebResourceLinkHeaders(Client c,
javax.ws.rs.core.MultivaluedMap<String,String> headers) |
Modifier and Type | Method and Description |
---|---|
<T> ViewProxy<T> |
ViewProxyProvider.proxy(Client client,
Class<T> c) |
Copyright © 2013 Oracle Corporation. All Rights Reserved.