Uses of Interface
org.apache.http.HttpConnection
-
Packages that use HttpConnection Package Description org.apache.http Core HTTP component APIs and primitives.org.apache.http.impl Default implementations of HTTP connections for synchronous, blocking communication.org.apache.http.protocol Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication. -
-
Uses of HttpConnection in org.apache.http
Classes in org.apache.http with type parameters of type HttpConnection Modifier and Type Interface Description interfaceHttpConnectionFactory<T extends HttpConnection>Factory forHttpConnectioninstances.Subinterfaces of HttpConnection in org.apache.http Modifier and Type Interface Description interfaceHttpClientConnectionA client-side HTTP connection, which can be used for sending requests and receiving responses.interfaceHttpInetConnectionAn HTTP connection over the Internet Protocol (IP).interfaceHttpServerConnectionA server-side HTTP connection, which can be used for receiving requests and sending responses. -
Uses of HttpConnection in org.apache.http.impl
Classes in org.apache.http.impl that implement HttpConnection Modifier and Type Class Description classAbstractHttpClientConnectionDeprecated.(4.3) useDefaultBHttpClientConnectionclassAbstractHttpServerConnectionDeprecated.(4.3) useDefaultBHttpServerConnectionclassBHttpConnectionBaseThis class serves as a base for allHttpConnectionimplementations and provides functionality common to both client and server HTTP connections.classDefaultBHttpClientConnectionDefault implementation ofHttpClientConnection.classDefaultBHttpServerConnectionDefault implementation ofHttpServerConnection.classDefaultHttpClientConnectionDeprecated.(4.3) useDefaultBHttpClientConnectionclassDefaultHttpServerConnectionDeprecated.(4.3) useDefaultBHttpServerConnectionclassSocketHttpClientConnectionDeprecated.(4.3) useDefaultBHttpClientConnectionclassSocketHttpServerConnectionDeprecated.Do not use. -
Uses of HttpConnection in org.apache.http.protocol
Methods in org.apache.http.protocol with type parameters of type HttpConnection Modifier and Type Method Description <T extends HttpConnection>
THttpCoreContext. getConnection(java.lang.Class<T> clazz)Methods in org.apache.http.protocol that return HttpConnection Modifier and Type Method Description HttpConnectionHttpCoreContext. getConnection()
-