• BlackBerry Dynamics
  • Runtime library for Android applications
  • 12.0.1.79
SingleClientConnManager.PoolEntry Class Reference

The pool entry for this connection manager.

Inheritance diagram for SingleClientConnManager.PoolEntry:
AbstractPoolEntry

Protected Member Functions

 PoolEntry ()
 Creates a new pool entry.
 
void close () throws IOException
 Closes the connection in this pool entry.
 
void shutdown () throws IOException
 Shuts down the connection in this pool entry.
 
- Protected Member Functions inherited from AbstractPoolEntry
 AbstractPoolEntry (ClientConnectionOperator connOperator, HttpRoute route)
 Creates a new pool entry. More...
 
void shutdownEntry ()
 Shuts down the entry. More...
 

Additional Inherited Members

- Public Member Functions inherited from AbstractPoolEntry
Object getState ()
 Returns the state object associated with this pool entry. More...
 
void setState (final Object state)
 Assigns a state object to this pool entry. More...
 
void open (HttpRoute route, HttpContext context, HttpParams params) throws IOException
 Opens the underlying connection. More...
 
void tunnelTarget (boolean secure, HttpParams params) throws IOException
 Tracks tunnelling of the connection to the target. More...
 
void tunnelProxy (HttpHost next, boolean secure, HttpParams params) throws IOException
 Tracks tunnelling of the connection to a chained proxy. More...
 
void layerProtocol (HttpContext context, HttpParams params) throws IOException
 Layers a protocol on top of an established tunnel. More...
 
- Protected Attributes inherited from AbstractPoolEntry
final ClientConnectionOperator connOperator
 The connection operator. More...
 
final OperatedClientConnection connection
 The underlying connection being pooled or used. More...
 
volatile HttpRoute route
 The route for which this entry gets allocated. More...
 
volatile Object state
 Connection state object.
 
volatile RouteTracker tracker
 The tracked route, or null before tracking starts. More...