API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Added Methods | |
---|---|
Object getState() |
Returns the state object associated with this connection. |
void setIdleDuration(long, |
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, |
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 |