Android 2.3 Gingerbread

Package android.net.http

Interface Summary
EventHandler Callbacks in this interface are made as an HTTP request is processed.
Headers.HeaderCallback  
RequestFeeder
RequestQueue.ConnectionManager This interface is exposed to each connection
 

Class Summary
AndroidHttpClient Subclass of the Apache DefaultHttpClient that is configured with reasonable default settings and registered schemes for Android, and also lets the user add HttpRequestInterceptor classes.
AndroidHttpClientConnection A alternate class for (@link DefaultHttpClientConnection).
CertificateChainValidator Class responsible for all server certificate validation functionality
CertificateValidatorCache Validator cache used to speed-up certificate chain validation.
CharArrayBuffers Utility methods for working on CharArrayBuffers.
Connection
ConnectionThread
Headers Manages received headers
HttpAuthHeader HttpAuthHeader: a class to store HTTP authentication-header parameters.
HttpConnection A requestConnection connecting to a normal (non secure) http server
HttpLog
HttpsConnection A Connection connecting to a secure http server or tunneling through a http proxy server to a https server.
IdleCache
LoggingEventHandler
Request Represents an HTTP request for a given host.
RequestHandle RequestHandle: handles a request session that may include multiple redirects, HTTP authentication requests, etc.
RequestQueue
SslCertificate SSL certificate info (certificate details) class
SslError One or more individual SSL errors and the associated SSL certificate
Timer Debugging tool
 

Exception Summary
SSLConnectionClosedByUserException Simple exception we throw if the SSL connection is closed by the user.
 


Android 2.3 Gingerbread