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 classBHttpConnectionBaseThis 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.
-