Uses of Interface
org.apache.http.HttpInetConnection
-
Packages that use HttpInetConnection Package Description org.apache.http.impl Default implementations of HTTP connections for synchronous, blocking communication. -
-
Uses of HttpInetConnection in org.apache.http.impl
Classes in org.apache.http.impl that implement HttpInetConnection Modifier and Type Class Description class
BHttpConnectionBase
This class serves as a base for allHttpConnection
implementations and provides functionality common to both client and server HTTP connections.class
DefaultBHttpClientConnection
Default implementation ofHttpClientConnection
.class
DefaultBHttpServerConnection
Default implementation ofHttpServerConnection
.class
DefaultHttpClientConnection
Deprecated.(4.3) useDefaultBHttpClientConnection
class
DefaultHttpServerConnection
Deprecated.(4.3) useDefaultBHttpServerConnection
class
SocketHttpClientConnection
Deprecated.(4.3) useDefaultBHttpClientConnection
class
SocketHttpServerConnection
Deprecated.Do not use.
-