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.ConnAdapter

extends AbstractPooledConnAdapter
java.lang.Object
   ↳ org.apache.http.impl.conn.AbstractClientConnAdapter
     ↳ org.apache.http.impl.conn.AbstractPooledConnAdapter
       ↳ org.apache.http.impl.conn.SingleClientConnManager.ConnAdapter

Class Overview

The connection adapter used by this manager.

Summary

[Expand]
Inherited Fields
From class org.apache.http.impl.conn.AbstractPooledConnAdapter
Protected Constructors
SingleClientConnManager.ConnAdapter ( SingleClientConnManager.PoolEntry entry, HttpRoute route)
Creates a new connection adapter.
[Expand]
Inherited Methods
From class org.apache.http.impl.conn.AbstractPooledConnAdapter
From class org.apache.http.impl.conn.AbstractClientConnAdapter
From class java.lang.Object
From interface org.apache.http.HttpClientConnection
From interface org.apache.http.HttpConnection
From interface org.apache.http.HttpInetConnection
From interface org.apache.http.conn.ConnectionReleaseTrigger
From interface org.apache.http.conn.ManagedClientConnection

Protected Constructors

protected SingleClientConnManager.ConnAdapter ( SingleClientConnManager.PoolEntry entry, HttpRoute route)

Added in API level 1

Creates a new connection adapter.

Parameters
entry the pool entry for the connection being wrapped
route the planned route for this connection