Package | Description |
---|---|
com.sun.jersey.api.client |
Provides support for client-side communication with HTTP-based
RESTful Web services.
|
com.sun.jersey.client.apache |
Provides support for the Client API that utilizes the Apache HTTP client to
send and receive HTTP request and responses.
|
com.sun.jersey.client.apache4 |
Provides support for the Client API that utilizes the Apache HTTP client to
send and receive HTTP request and responses.
|
com.sun.jersey.client.proxy | |
com.sun.jersey.test.framework |
Provides support for testing JAX-RS and Jersey-based applications.
|
com.sun.jersey.test.framework.spi.client | |
com.sun.jersey.test.framework.spi.container |
Provides support for test container factories and test containers.
|
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 | Class and Description |
---|---|
class |
ApacheHttpClient
A
Client that utilizes the Apache HTTP client to send and receive
HTTP request and responses. |
Modifier and Type | Class and Description |
---|---|
class |
ApacheHttpClient4
A
Client that utilizes the Apache HTTP Client to send and receive
HTTP request and responses. |
Modifier and Type | Method and Description |
---|---|
<T> ViewProxy<T> |
ViewProxyProvider.proxy(Client client,
Class<T> c) |
Modifier and Type | Method and Description |
---|---|
Client |
JerseyTest.client()
Get the client that is configured for this test.
|
protected Client |
JerseyTest.getClient(TestContainer tc,
AppDescriptor ad)
Creates an instance of
Client . |
Modifier and Type | Method and Description |
---|---|
Client |
ClientFactory.create(ClientConfig clientConfig)
Create a client.
|
Modifier and Type | Method and Description |
---|---|
Client |
TestContainer.getClient()
Get a client specific to the test container.
|
Copyright © 2013 Oracle Corporation. All rights reserved.