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
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.