public class CustomThreadSafeClientConnManager
extends org.apache.http.impl.conn.PoolingClientConnectionManager
Modifier and Type | Class and Description |
---|---|
(package private) class |
CustomThreadSafeClientConnManager.CustomLineParser |
(package private) class |
CustomThreadSafeClientConnManager.MyClientConnection |
(package private) class |
CustomThreadSafeClientConnManager.MyClientConnectionOperator |
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
log
Used for logging.
|
Constructor and Description |
---|
CustomThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry schreg) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.conn.ClientConnectionOperator |
createConnectionOperator(org.apache.http.conn.scheme.SchemeRegistry schreg) |
closeExpiredConnections, closeIdleConnections, finalize, getDefaultMaxPerRoute, getMaxPerRoute, getMaxTotal, getSchemeRegistry, getStats, getTotalStats, releaseConnection, requestConnection, setDefaultMaxPerRoute, setMaxPerRoute, setMaxTotal, shutdown
public CustomThreadSafeClientConnManager(@NotNull org.apache.http.conn.scheme.SchemeRegistry schreg)
@NotNull protected org.apache.http.conn.ClientConnectionOperator createConnectionOperator(org.apache.http.conn.scheme.SchemeRegistry schreg)
createConnectionOperator
in class org.apache.http.impl.conn.PoolingClientConnectionManager