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.ClientConnectionManager

Removed Methods
ManagedClientConnection getConnection(HttpRoute) Obtains a connection.
ManagedClientConnection getConnection(HttpRoute, long) Obtains a connection within a given time.
HttpParams getParams() Obtains the parameters of this manager.
 

Added Methods
void closeExpiredConnections() Closes all expired connections in the pool.
ClientConnectionRequest requestConnection(HttpRoute, Object) Returns a new ClientConnectionRequest, from which a ManagedClientConnection can be obtained or the request can be aborted.
 

Changed Methods
void closeIdleConnections(long, TimeUnit) Change in signature from long to (long, TimeUnit).
Closes idle connections in the pool.
SchemeRegistry getSchemeRegistry() Change in return type from org.apache.http.conn.SchemeRegistry to org.apache.http.conn.scheme.SchemeRegistry.
Obtains the scheme registry used by this manager.
void releaseConnection(ManagedClientConnection, long, TimeUnit) Change in signature from ManagedClientConnection to (ManagedClientConnection, long, TimeUnit).
Releases a connection for use by others.
 

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