Uses of Class
org.apache.http.impl.AbstractHttpClientConnection

Packages that use AbstractHttpClientConnection
org.apache.http.impl Default implementations for interfaces in org.apache.http
 

Uses of AbstractHttpClientConnection in org.apache.http.impl
 

Subclasses of AbstractHttpClientConnection in org.apache.http.impl
 class DefaultHttpClientConnection
          Default implementation of a client-side HTTP connection.
 class SocketHttpClientConnection
          Implementation of a client-side HTTP connection that can be bound to an arbitrary Socket for receiving data from and transmitting data to a remote server.
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.