Uses of Interface
org.apache.http.HttpInetConnection
Packages that use HttpInetConnection
Package
Description
Default implementations of HTTP connections for synchronous,
blocking communication.
Default implementations of HTTP connections for asynchronous,
even driven communication.
-
Uses of HttpInetConnection in org.apache.http.impl
Classes in org.apache.http.impl that implement HttpInetConnectionModifier and TypeClassDescriptionclass
This class serves as a base for allHttpConnection
implementations and provides functionality common to both client and server HTTP connections.class
Default implementation ofHttpClientConnection
.class
Default implementation ofHttpServerConnection
.class
Deprecated.class
Deprecated.(4.3) useDefaultBHttpServerConnection
class
Deprecated.(4.3) useDefaultBHttpClientConnection
class
Deprecated.Do not use. -
Uses of HttpInetConnection in org.apache.http.impl.nio
Classes in org.apache.http.impl.nio that implement HttpInetConnectionModifier and TypeClassDescriptionclass
Default implementation of theNHttpClientConnection
interface.class
Default implementation of theNHttpServerConnection
interface.class
This class serves as a base for allNHttpConnection
implementations and provides functionality common to both client and server HTTP connections.
DefaultBHttpClientConnection