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

Interface org.apache.http.conn.ManagedClientConnection

Added Methods
Object getState() Returns the state object associated with this connection.
void setIdleDuration(long, TimeUnit) Sets the duration that this connection can remain idle before it is reused.
void setState(Object) Assigns a state object to this connection.
 

Changed Methods
HttpRoute getRoute() Change in return type from org.apache.http.conn.HttpRoute to org.apache.http.conn.routing.HttpRoute.
Obtains the current route of this connection.
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 this connection according to the given route.
 

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