public class DroidClientConfig extends ClientConfig
Modifier and Type | Class and Description |
---|---|
static class |
DroidClientConfig.Builder |
ClientConfig.AbstractBuilder<T extends ClientConfig,K extends ClientConfig.AbstractBuilder>
Constructor and Description |
---|
DroidClientConfig(DroidClientConfig.Builder builder) |
Modifier and Type | Method and Description |
---|---|
org.apache.http.client.CredentialsProvider |
getCredentialsProvider() |
Integer |
getDefaultMaxTotalConnectionPerRoute() |
org.apache.http.conn.routing.HttpRoutePlanner |
getHttpRoutePlanner() |
Integer |
getMaxTotalConnection() |
Map<org.apache.http.conn.routing.HttpRoute,Integer> |
getMaxTotalConnectionPerRoute() |
org.apache.http.conn.socket.ConnectionSocketFactory |
getPlainSocketFactory() |
org.apache.http.client.AuthenticationStrategy |
getProxyAuthenticationStrategy() |
org.apache.http.conn.socket.LayeredConnectionSocketFactory |
getSslSocketFactory() |
equals, getConnTimeout, getDefaultSchemeForDiscoveredNodes, getDiscoveryFrequency, getDiscoveryFrequencyTimeUnit, getGson, getMaxConnectionIdleTime, getMaxConnectionIdleTimeDurationTimeUnit, getReadTimeout, getServerList, hashCode, isDiscoveryEnabled, isMultiThreaded, isRequestCompressionEnabled
public DroidClientConfig(DroidClientConfig.Builder builder)
public Map<org.apache.http.conn.routing.HttpRoute,Integer> getMaxTotalConnectionPerRoute()
public Integer getMaxTotalConnection()
public Integer getDefaultMaxTotalConnectionPerRoute()
public org.apache.http.client.CredentialsProvider getCredentialsProvider()
public org.apache.http.conn.socket.LayeredConnectionSocketFactory getSslSocketFactory()
public org.apache.http.conn.socket.ConnectionSocketFactory getPlainSocketFactory()
public org.apache.http.conn.routing.HttpRoutePlanner getHttpRoutePlanner()
public org.apache.http.client.AuthenticationStrategy getProxyAuthenticationStrategy()
Copyright © 2015. All rights reserved.