Interface HttpClientConnection

All Superinterfaces:
HttpConnection
All Known Subinterfaces:
ManagedClientConnection, OperatedClientConnection
All Known Implementing Classes:
AbstractClientConnAdapter, AbstractHttpClientConnection, AbstractPooledConnAdapter, BasicPooledConnAdapter, DefaultClientConnection, DefaultHttpClientConnection, SingleClientConnManager.ConnAdapter, SocketHttpClientConnection

public interface HttpClientConnection
extends HttpConnection
An HTTP connection for use on the client side. It is used for sending requests and receiving responses.
Since:
4.0
Version:
$Revision: 542199 $
Author:
Oleg Kalnichevski