Uses of Interface
org.apache.http.HttpClientConnection
Packages that use HttpClientConnection
Package
Description
Default implementations of HTTP connections for synchronous,
blocking communication.
Default implementations of client side connection pools
for synchronous, blocking communication.
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 HttpClientConnectionModifier and TypeClassDescriptionclassDeprecated.classDefault implementation ofHttpClientConnection.classDeprecated.(4.3) useDefaultBHttpClientConnectionclassDeprecated.(4.3) useDefaultBHttpClientConnection -
Uses of HttpClientConnection in org.apache.http.impl.pool
Methods in org.apache.http.impl.pool that return HttpClientConnectionModifier and TypeMethodDescriptionprotected HttpClientConnectionBasicConnFactory.create(Socket socket, HttpParams params) Deprecated.(4.3) no longer used.Methods in org.apache.http.impl.pool with parameters of type HttpClientConnectionModifier and TypeMethodDescriptionprotected BasicPoolEntryBasicConnPool.createEntry(HttpHost host, HttpClientConnection conn) Constructors in org.apache.http.impl.pool with parameters of type HttpClientConnectionModifierConstructorDescriptionBasicPoolEntry(String id, HttpHost route, HttpClientConnection conn) Constructor parameters in org.apache.http.impl.pool with type arguments of type HttpClientConnectionModifierConstructorDescriptionBasicConnPool(ConnFactory<HttpHost, HttpClientConnection> connFactory) -
Uses of HttpClientConnection in org.apache.http.protocol
Methods in org.apache.http.protocol with parameters of type HttpClientConnectionModifier and TypeMethodDescriptionprotected HttpResponseHttpRequestExecutor.doReceiveResponse(HttpRequest request, HttpClientConnection conn, HttpContext context) Waits for and receives a response.protected HttpResponseHttpRequestExecutor.doSendRequest(HttpRequest request, HttpClientConnection conn, HttpContext context) Send the given request over the given connection.HttpRequestExecutor.execute(HttpRequest request, HttpClientConnection conn, HttpContext context) Sends the request and obtain a response.
DefaultBHttpClientConnection