com.sun.jersey.client.apache.config
Class DefaultApacheHttpClientConfig
java.lang.Object
com.sun.jersey.api.client.config.DefaultClientConfig
com.sun.jersey.client.apache.config.DefaultApacheHttpClientConfig
- All Implemented Interfaces:
- ClientConfig, ApacheHttpClientConfig, FeaturesAndProperties
public class DefaultApacheHttpClientConfig
- extends DefaultClientConfig
- implements ApacheHttpClientConfig
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.
- Author:
- jorgeluisw@mac.com, Paul.Sandoz@Sun.Com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultApacheHttpClientConfig
public DefaultApacheHttpClientConfig()
getState
public ApacheHttpClientState getState()
- Description copied from interface:
ApacheHttpClientConfig
- Get the HTTP state. Credentials may be set on the HTTP state.
If no state exists then an instance is created and added
as the property ApacheHttpClientConfig.PROPERTY_HTTP_STATE
.
- Specified by:
getState
in interface ApacheHttpClientConfig
- Returns:
- the HTTP state.
Copyright © 2013 Oracle Corporation. All Rights Reserved.