Uses of Interface
org.apache.http.HttpConnection

Packages that use HttpConnection
org.apache.http The core interfaces and classes of the HTTP components. 
org.apache.http.impl Default implementations for interfaces in org.apache.http
 

Uses of HttpConnection in org.apache.http
 

Subinterfaces of HttpConnection in org.apache.http
 interface HttpClientConnection
          An HTTP connection for use on the client side.
 interface HttpProxyConnection
          An HTTP connection through a proxy.
 interface HttpServerConnection
          An HTTP connection for use on the server side.
 

Uses of HttpConnection in org.apache.http.impl
 

Classes in org.apache.http.impl that implement HttpConnection
(package private)  class AbstractHttpConnection
          Abstract base class for HTTP connections on the client and server side.
 class DefaultHttpClientConnection
          Default implementation of a client-side HTTP connection.
 class DefaultHttpProxyConnection
          Default implementation of a client-side connection through a proxy.
 class DefaultHttpServerConnection
          Default implementation of a server-side HTTP connection.
 



Copyright 2005-2005-2006 Apache Software Foundation. All Rights Reserved.