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 ()

Creates a new pool entry.

Protected Methods

protected void close ()

Closes the connection in this pool entry.

Throws
IOException

protected void shutdown ()

Shuts down the connection in this pool entry.

Throws
IOException