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

Changed Constructors
SingleClientConnManager(HttpParams, SchemeRegistry) 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, long) Obtains a connection.
ManagedClientConnection getConnection(HttpRoute) Obtains a connection.
HttpParams getParams()  
 

Added Methods
void closeExpiredConnections()  
ManagedClientConnection getConnection(HttpRoute, Object) Obtains a connection.
ClientConnectionRequest requestConnection(HttpRoute, Object)  
 

Changed Methods
void closeIdleConnections(long, TimeUnit) 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, long, TimeUnit) 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
Generated by JDiff