to top
Android APIs
protected class

SingleClientConnManager.PoolEntry

extends AbstractPoolEntry
java.lang.Object
   ↳ org.apache.http.impl.conn.AbstractPoolEntry
     ↳ org.apache.http.impl.conn.SingleClientConnManager.PoolEntry

Class Overview


The pool entry for this connection manager.

Summary


[Expand]
Inherited Fields
From class org.apache.http.impl.conn.AbstractPoolEntry
Protected Constructors
SingleClientConnManager.PoolEntry()
Creates a new pool entry.
Protected Methods
void close()
Closes the connection in this pool entry.
void shutdown()
Shuts down the connection in this pool entry.
[Expand]
Inherited Methods
From class org.apache.http.impl.conn.AbstractPoolEntry
From class java.lang.Object

Protected Constructors


protected SingleClientConnManager.PoolEntry ()

Added in API level 1

Creates a new pool entry.

Protected Methods


protected void close ()

Added in API level 1

Closes the connection in this pool entry.

Throws
IOException

protected void shutdown ()

Added in API level 1

Shuts down the connection in this pool entry.

Throws
IOException