Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ApacheHttpClientHandler |
ApacheHttpClient.getClientHandler()
Get the Apache HTTP client handler.
|
Constructor and Description |
---|
ApacheHttpClient(ApacheHttpClientHandler root)
Create a new client instance.
|
ApacheHttpClient(ApacheHttpClientHandler root,
ClientConfig config,
IoCComponentProviderFactory provider)
Deprecated.
the config parameter is no longer utilized and instead
the config obtained from the
getConfig()
is utilized instead. |
ApacheHttpClient(ApacheHttpClientHandler root,
IoCComponentProviderFactory provider)
Create a new instance with a client configuration and a
component provider.
|
Copyright © 2013 Oracle Corporation. All rights reserved.