org.apache.harmony.luni.internal.net.www.protocol.http |
|
Java Source File Name | Type | Comment |
Handler.java | Class | This is the handler that manages all transactions between the client and a
HTTP remote server. |
Header.java | Class | The general structure for request / response header. |
HttpConfiguration.java | Class | An HttpConfiguration contains all the details needed to create an http connection
and to compare whether or not two connections are the same. |
HttpConnection.java | Class | An HttpConnection represents a persistent http or https connection and contains
various utility methods to access that connection. |
HttpConnectionManager.java | Class | HttpConnectionManager manages a pool of HttpConnection s
that are not currently in use and is used to get hold of persistent HttpConnection s. |
HttpURLConnection.java | Class | This subclass extends HttpURLConnection which in turns extends
URLConnection This is the actual class that "does the work",
such as connecting, sending request and getting the content from the remote
server. |