|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpClientConnection | |
|---|---|
| org.apache.http.impl | Default implementations of HTTP connections for synchronous, blocking communication. |
| org.apache.http.impl.pool | Default implementations of client side connection pools for synchronous, blocking communication. |
| org.apache.http.protocol | Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication. |
| Uses of HttpClientConnection in org.apache.http.impl |
|---|
| Classes in org.apache.http.impl that implement HttpClientConnection | |
|---|---|
class |
AbstractHttpClientConnection
Deprecated. (4.3) use DefaultBHttpClientConnection |
class |
DefaultBHttpClientConnection
Default implementation of HttpClientConnection. |
class |
DefaultHttpClientConnection
Deprecated. (4.3) use DefaultBHttpClientConnection |
class |
SocketHttpClientConnection
Deprecated. (4.3) use DefaultBHttpClientConnection |
| Uses of HttpClientConnection in org.apache.http.impl.pool |
|---|
| Methods in org.apache.http.impl.pool that return HttpClientConnection | |
|---|---|
HttpClientConnection |
BasicConnFactory.create(HttpHost host)
|
protected HttpClientConnection |
BasicConnFactory.create(Socket socket,
HttpParams params)
Deprecated. (4.3) no longer used. |
| Methods in org.apache.http.impl.pool with parameters of type HttpClientConnection | |
|---|---|
protected BasicPoolEntry |
BasicConnPool.createEntry(HttpHost host,
HttpClientConnection conn)
|
| Constructors in org.apache.http.impl.pool with parameters of type HttpClientConnection | |
|---|---|
BasicPoolEntry(String id,
HttpHost route,
HttpClientConnection conn)
|
|
| Constructor parameters in org.apache.http.impl.pool with type arguments of type HttpClientConnection | |
|---|---|
BasicConnPool(ConnFactory<HttpHost,HttpClientConnection> connFactory)
|
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||