|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jersey.api.client.config.DefaultClientConfig
com.sun.jersey.client.apache.config.DefaultApacheHttpClientConfig
public class DefaultApacheHttpClientConfig
A default client configuration for clients that utilizes the Apache HTTP client to send and receive HTTP request and responses.
This class may be extended for specific configuration purposes.
| Field Summary |
|---|
| Fields inherited from interface com.sun.jersey.client.apache.config.ApacheHttpClientConfig |
|---|
PROPERTY_CREDENTIALS_PROVIDER, PROPERTY_HANDLE_COOKIES, PROPERTY_HTTP_STATE, PROPERTY_INTERACTIVE, PROPERTY_PREEMPTIVE_AUTHENTICATION, PROPERTY_PROXY_URI |
| Fields inherited from interface com.sun.jersey.api.client.config.ClientConfig |
|---|
PROPERTY_BUFFER_RESPONSE_ENTITY_ON_EXCEPTION, PROPERTY_CHUNKED_ENCODING_SIZE, PROPERTY_CONNECT_TIMEOUT, PROPERTY_FOLLOW_REDIRECTS, PROPERTY_READ_TIMEOUT |
| Fields inherited from interface com.sun.jersey.core.util.FeaturesAndProperties |
|---|
FEATURE_DISABLE_XML_SECURITY |
| Constructor Summary | |
|---|---|
DefaultApacheHttpClientConfig()
|
|
| Method Summary | |
|---|---|
ApacheHttpClientState |
getState()
Get the HTTP state. |
| Methods inherited from class com.sun.jersey.api.client.config.DefaultClientConfig |
|---|
getClasses, getFeature, getFeatures, getProperties, getProperty, getPropertyAsFeature, getSingletons |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sun.jersey.api.client.config.ClientConfig |
|---|
getClasses, getPropertyAsFeature, getSingletons |
| Methods inherited from interface com.sun.jersey.core.util.FeaturesAndProperties |
|---|
getFeature, getFeatures, getProperties, getProperty |
| Constructor Detail |
|---|
public DefaultApacheHttpClientConfig()
| Method Detail |
|---|
public ApacheHttpClientState getState()
ApacheHttpClientConfig
If no state exists then an instance is created and added
as the property ApacheHttpClientConfig.PROPERTY_HTTP_STATE.
getState in interface ApacheHttpClientConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||