public class AppEngineClientConnectionManager extends Object implements org.apache.http.conn.ClientConnectionManager
| Constructor and Description |
|---|
AppEngineClientConnectionManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeExpiredConnections() |
void |
closeIdleConnections(long idleTime,
TimeUnit timeUnit) |
org.apache.http.conn.ManagedClientConnection |
getConnection(org.apache.http.conn.routing.HttpRoute route,
Object state) |
org.apache.http.conn.scheme.SchemeRegistry |
getSchemeRegistry() |
void |
releaseConnection(org.apache.http.conn.ManagedClientConnection conn,
long valid,
TimeUnit timeUnit) |
org.apache.http.conn.ClientConnectionRequest |
requestConnection(org.apache.http.conn.routing.HttpRoute route,
Object state) |
void |
shutdown() |
public void closeExpiredConnections()
closeExpiredConnections in interface org.apache.http.conn.ClientConnectionManagerpublic void closeIdleConnections(long idleTime,
TimeUnit timeUnit)
closeIdleConnections in interface org.apache.http.conn.ClientConnectionManagerpublic org.apache.http.conn.ManagedClientConnection getConnection(org.apache.http.conn.routing.HttpRoute route,
Object state)
public org.apache.http.conn.scheme.SchemeRegistry getSchemeRegistry()
getSchemeRegistry in interface org.apache.http.conn.ClientConnectionManagerpublic void releaseConnection(org.apache.http.conn.ManagedClientConnection conn,
long valid,
TimeUnit timeUnit)
releaseConnection in interface org.apache.http.conn.ClientConnectionManagerpublic org.apache.http.conn.ClientConnectionRequest requestConnection(org.apache.http.conn.routing.HttpRoute route,
Object state)
requestConnection in interface org.apache.http.conn.ClientConnectionManagerpublic void shutdown()
shutdown in interface org.apache.http.conn.ClientConnectionManagerCopyright © 2011 Twilio, Inc. All Rights Reserved.