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

Package org.apache.http.conn

Removed Classes and Interfaces
BasicRouteDirector Basic implementation of an HttpRouteDirector.
HttpRoute The route for a request.
HttpRouteDirector Provides directions on establishing a route.
HttpRoutePlanner Encapsulates logic to compute a HttpRoute to a target host.
LayeredSocketFactory A SocketFactory for layered sockets (SSL/TLS).
PlainSocketFactory The default class for creating sockets.
RouteTracker Helps tracking the steps in establishing a route.
Scheme Encapsulates specifics of a protocol scheme such as "http" or "https".
SchemeRegistry A set of supported protocol schemes.
SocketFactory A factory for creating and connecting sockets.
 

Added Classes and Interfaces
ClientConnectionRequest Encapsulates a request for a ManagedClientConnection.
ConnectionKeepAliveStrategy Interface for deciding how long a connection can remain idle before being reused.
MultihomePlainSocketFactory Socket factory that implements a simple multi-home fail-over on connect failure, provided the same hostname resolves to multiple InetAddresses.
 

Changed Classes and Interfaces
BasicManagedEntity An entity that releases a connection.
ClientConnectionManager Management interface for client connections.
ClientConnectionManagerFactory A factory for creating new ClientConnectionManager instances.
ManagedClientConnection A client-side connection with advanced connection logic.
OperatedClientConnection A client-side connection that relies on outside logic to connect sockets to the appropriate hosts.
 

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