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
public class

BasicPoolEntry

extends AbstractPoolEntry
java.lang.Object
   ↳ org.apache.http.impl.conn.AbstractPoolEntry
     ↳ org.apache.http.impl.conn.tsccm.BasicPoolEntry

Class Overview

Basic implementation of a connection pool entry.

Summary

[Expand]
Inherited Fields
From class org.apache.http.impl.conn.AbstractPoolEntry
Public Constructors
)">BasicPoolEntry ( ClientConnectionOperator op, HttpRoute route, ReferenceQueue < Object > queue)
Creates a new pool entry.
Protected Methods
final OperatedClientConnection getConnection ()
final HttpRoute getPlannedRoute ()
final BasicPoolEntryRef getWeakRef ()
[Expand]
Inherited Methods
From class org.apache.http.impl.conn.AbstractPoolEntry
From class java.lang.Object

Public Constructors

)">

public BasicPoolEntry ( ClientConnectionOperator op, HttpRoute route, ReferenceQueue < Object > queue)

Added in API level 1

Creates a new pool entry.

Parameters
op the connection operator
route the planned route for the connection
queue the reference queue for tracking GC of this entry, or null

Protected Methods

protected final OperatedClientConnection getConnection ()

Added in API level 1

protected final HttpRoute getPlannedRoute ()

Added in API level 1

protected final BasicPoolEntryRef getWeakRef ()

Added in API level 1