org.sonatype.spice.jersey.client.ahc.config
Interface AhcConfig

All Superinterfaces:
com.sun.jersey.api.client.config.ClientConfig, com.sun.jersey.core.util.FeaturesAndProperties
All Known Implementing Classes:
DefaultAhcConfig

public interface AhcConfig
extends com.sun.jersey.api.client.config.ClientConfig


Field Summary
 
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, PROPERTY_THREADPOOL_SIZE
 
Fields inherited from interface com.sun.jersey.core.util.FeaturesAndProperties
FEATURE_DISABLE_XML_SECURITY, FEATURE_FORMATTED, FEATURE_PRE_1_4_PROVIDER_PRECEDENCE, FEATURE_XMLROOTELEMENT_PROCESSING
 
Method Summary
 com.ning.http.client.AsyncHttpClientConfig.Builder getAsyncHttpClientConfigBuilder()
          Get the AsyncHttpClientConfig.Builder config object.
 
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
 

Method Detail

getAsyncHttpClientConfigBuilder

com.ning.http.client.AsyncHttpClientConfig.Builder getAsyncHttpClientConfigBuilder()
Get the AsyncHttpClientConfig.Builder config object. Credentials may be set on the it.

Returns:
the AsyncHttpClientConfig.Builder


Copyright © 2012. All Rights Reserved.