|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpClientConnection | |
---|---|
org.apache.http | The core interfaces and classes of the HTTP components. |
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 |
---|
Subinterfaces of HttpClientConnection in org.apache.http | |
---|---|
interface |
HttpProxyConnection
An HTTP connection through a proxy. |
Uses of HttpClientConnection in org.apache.http.impl |
---|
Classes in org.apache.http.impl that implement HttpClientConnection | |
---|---|
class |
DefaultHttpClientConnection
Default implementation of a client-side HTTP connection. |
class |
DefaultHttpProxyConnection
Default implementation of a client-side connection through a proxy. |
Uses of HttpClientConnection in org.apache.http.protocol |
---|
Methods in org.apache.http.protocol with parameters of type HttpClientConnection | |
---|---|
protected void |
HttpRequestExecutor.doEstablishConnection(HttpClientConnection conn,
HttpHost target,
HttpParams params)
Establish a connection with the target host. |
protected HttpResponse |
HttpRequestExecutor.doReceiveResponse(HttpRequest request,
HttpClientConnection conn,
HttpContext context)
Wait for and receive a response. |
protected HttpResponse |
HttpRequestExecutor.doSendRequest(HttpRequest request,
HttpClientConnection conn,
HttpContext context)
Send a request over a connection. |
HttpResponse |
HttpRequestExecutor.execute(HttpRequest request,
HttpClientConnection conn)
Synchronously send a request and obtain the response. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |