Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
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.

protected void shutdown ()

Added in API level 1

Shuts down the connection in this pool entry.