Uses of Interface
org.apache.http.HttpClientConnection

Packages that use HttpClientConnection
org.apache.http.impl Default implementations for interfaces in org.apache.http
org.apache.http.protocol HTTP protocol execution framework. 
 

Uses of HttpClientConnection in org.apache.http.impl
 

Classes in org.apache.http.impl that implement HttpClientConnection
 class AbstractHttpClientConnection
          Abstract client-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer and SessionOutputBuffer implementations.
 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.
 

Uses of HttpClientConnection in org.apache.http.protocol
 

Methods in org.apache.http.protocol with parameters of type HttpClientConnection
protected  HttpResponse HttpRequestExecutor.doReceiveResponse(HttpRequest request, HttpClientConnection conn, HttpContext context)
          Waits for and receives a response.
protected  HttpResponse HttpRequestExecutor.doSendRequest(HttpRequest request, HttpClientConnection conn, HttpContext context)
          Send the given request over the given connection.
 HttpResponse HttpRequestExecutor.execute(HttpRequest request, HttpClientConnection conn, HttpContext context)
          Sends the request and obtain a response.
 



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