Java org.apache.http.conn ClientConnectionManager fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.conn ClientConnectionManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.conn ClientConnectionManager.

The text is from its open source code.

Implementation

org.apache.http.conn.ClientConnectionManager has the following implementations.
Click this link to see all its implementation.

Constructor

Method

voidcloseExpiredConnections()
Closes all expired connections in the pool.
voidcloseIdleConnections(long idletime, TimeUnit tunit)
Closes idle connections in the pool.
ClassgetClass()
Returns the runtime class of this Object .
SchemeRegistrygetSchemeRegistry()
Obtains the scheme registry used by this manager.
voidreleaseConnection(ManagedClientConnection conn, long validDuration, TimeUnit timeUnit)
Releases a connection for use by others.
ClientConnectionRequestrequestConnection(HttpRoute route, Object state)
Returns a new ClientConnectionRequest , from which a ManagedClientConnection can be obtained or the request can be aborted.
voidshutdown()
Shuts down this connection manager and releases allocated resources.