API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:04 |
Changed Constructors | ||
---|---|---|
HttpParams, |
Change in type from (org.apache.http.params.HttpParams, org.apache.http.conn.SchemeRegistry ) to (org.apache.http.params.HttpParams, org.apache.http.conn.scheme.SchemeRegistry ). |
Creates a new simple connection manager. |
Removed Methods | |
---|---|
ManagedClientConnection getConnection(HttpRoute, |
Obtains a connection. |
ManagedClientConnection getConnection(HttpRoute ) |
Obtains a connection. |
HttpParams getParams() |
Added Methods | |
---|---|
void closeExpiredConnections() |
|
ManagedClientConnection getConnection(HttpRoute, |
Obtains a connection. |
ClientConnectionRequest requestConnection(HttpRoute, |
Changed Methods | ||
---|---|---|
void closeIdleConnections(long, |
Change in signature from long to (long, TimeUnit ). |
|
ClientConnectionOperator createConnectionOperator(SchemeRegistry ) |
Change in signature from org.apache.http.conn.SchemeRegistry to org.apache.http.conn.scheme.SchemeRegistry . |
Hook for creating the connection operator. |
void finalize() |
Method was inherited from java.lang.Object, but is now defined locally. | |
SchemeRegistry getSchemeRegistry() |
Change in return type from org.apache.http.conn.SchemeRegistry to org.apache.http.conn.scheme.SchemeRegistry . |
|
void releaseConnection(ManagedClientConnection, |
Change in signature from ManagedClientConnection to (ManagedClientConnection, long, TimeUnit ). |
Removed Fields | |
---|---|
HttpParams params
|
The parameters of this connection manager. |
Added Fields | |
---|---|
long connectionExpiresTime |
The time the last released connection expires and shouldn't be reused. |
Changed Fields | ||
---|---|---|
SchemeRegistry schemeRegistry |
Change in type from org.apache.http.conn.SchemeRegistry to org.apache.http.conn.scheme.SchemeRegistry . |
The schemes supported by this connection manager. |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |