|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Client | |
---|---|
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.proxy | |
com.sun.jersey.test.framework | Provides support for testing JAX-RS and Jersey-based applications. |
com.sun.jersey.test.framework.spi.container | Provides support for test container factories and test containers. |
Uses of Client in com.sun.jersey.api.client |
---|
Methods in com.sun.jersey.api.client that return Client | |
---|---|
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. |
Constructors in com.sun.jersey.api.client with parameters of type Client | |
---|---|
WebResourceLinkHeaders(Client c,
MultivaluedMap<String,String> headers)
|
Uses of Client in com.sun.jersey.client.apache |
---|
Subclasses of Client in com.sun.jersey.client.apache | |
---|---|
class |
ApacheHttpClient
A Client that utilizes the Apache HTTP client to send and receive
HTTP request and responses. |
Uses of Client in com.sun.jersey.client.proxy |
---|
Methods in com.sun.jersey.client.proxy with parameters of type Client | ||
---|---|---|
|
ViewProxyProvider.proxy(Client client,
Class<T> c)
|
Uses of Client in com.sun.jersey.test.framework |
---|
Methods in com.sun.jersey.test.framework that return Client | |
---|---|
Client |
JerseyTest.client()
Get the client that is configured for this test. |
Uses of Client in com.sun.jersey.test.framework.spi.container |
---|
Methods in com.sun.jersey.test.framework.spi.container that return Client | |
---|---|
Client |
TestContainer.getClient()
Get a client specific to the test container. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |