Uses of Interface
org.apache.http.HttpConnection
Packages that use HttpConnection
Package
Description
Core HTTP component APIs and primitives.
Default implementations of HTTP connections for synchronous,
blocking communication.
Default implementations of HTTP connections for asynchronous,
even driven communication.
Core HTTP component APIs and primitives for asynchronous, event
driven communication.
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 HttpConnectionModifier and TypeInterfaceDescriptioninterfaceHttpConnectionFactory<T extends HttpConnection>Factory forHttpConnectioninstances.Subinterfaces of HttpConnection in org.apache.httpModifier and TypeInterfaceDescriptioninterfaceA client-side HTTP connection, which can be used for sending requests and receiving responses.interfaceAn HTTP connection over the Internet Protocol (IP).interfaceA 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 HttpConnectionModifier and TypeClassDescriptionclassDeprecated.classDeprecated.(4.3) useDefaultBHttpServerConnectionclassThis class serves as a base for allHttpConnectionimplementations and provides functionality common to both client and server HTTP connections.classDefault implementation ofHttpClientConnection.classDefault implementation ofHttpServerConnection.classDeprecated.(4.3) useDefaultBHttpClientConnectionclassDeprecated.(4.3) useDefaultBHttpServerConnectionclassDeprecated.(4.3) useDefaultBHttpClientConnectionclassDeprecated.Do not use. -
Uses of HttpConnection in org.apache.http.impl.nio
Classes in org.apache.http.impl.nio that implement HttpConnectionModifier and TypeClassDescriptionclassDefault implementation of theNHttpClientConnectioninterface.classDefault implementation of theNHttpServerConnectioninterface.classThis class serves as a base for allNHttpConnectionimplementations and provides functionality common to both client and server HTTP connections. -
Uses of HttpConnection in org.apache.http.nio
Subinterfaces of HttpConnection in org.apache.http.nioModifier and TypeInterfaceDescriptioninterfaceAbstract non-blocking client-side HTTP connection interface.interfaceDeprecated.(4.2) no longer usedinterfaceAbstract non-blocking HTTP connection interface.interfaceAbstract non-blocking server-side HTTP connection interface.interfaceDeprecated.(4.2) no longer used -
Uses of HttpConnection in org.apache.http.protocol
Methods in org.apache.http.protocol with type parameters of type HttpConnectionModifier and TypeMethodDescription<T extends HttpConnection>
THttpCoreContext.getConnection(Class<T> clazz) Methods in org.apache.http.protocol that return HttpConnection
DefaultBHttpClientConnection