API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:04

Class org.apache.http.impl.conn.AbstractPoolEntry

Changed Constructors
AbstractPoolEntry(ClientConnectionOperator, HttpRoute) Change in type from (OperatedClientConnection, HttpRoute) to (ClientConnectionOperator, HttpRoute).
Creates a new pool entry.
 

Removed Methods
void closing() Tracks close or shutdown of the connection.
ClientConnectionOperator getOperator() Obtains the connection operator.
 

Added Methods
Object getState() Returns the state object associated with this pool entry.
void setState(Object) Assigns a state object to this pool entry.
void shutdownEntry() Shuts down the entry.
 

Changed Methods
void open(HttpRoute, HttpContext, HttpParams) Change in signature from (org.apache.http.conn.HttpRoute, org.apache.http.protocol.HttpContext, org.apache.http.params.HttpParams) to (org.apache.http.conn.routing.HttpRoute, org.apache.http.protocol.HttpContext, org.apache.http.params.HttpParams).
Opens the underlying connection.
 

Removed Fields
HttpRoute plannedRoute The route for which this entry gets allocated.
 

Added Fields
ClientConnectionOperator connOperator The connection operator.
HttpRoute route The route for which this entry gets allocated.
Object state Connection state object
 

Changed Fields
OperatedClientConnection connection Change from non-final to final.
The underlying connection being pooled or used.
RouteTracker tracker Change in type from org.apache.http.conn.RouteTracker to org.apache.http.conn.routing.RouteTracker.
Changed from non-volatile to volatile.
The tracked route, or null before tracking starts.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff