|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpInetConnection | |
---|---|
org.apache.http.impl | Default implementations of HTTP connections for synchronous, blocking communication. |
org.apache.http.impl.nio | 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 HttpInetConnection | |
---|---|
class |
BHttpConnectionBase
This class serves as a base for all HttpConnection implementations
and provides functionality common to both client and server HTTP connections. |
class |
DefaultBHttpClientConnection
Default implementation of HttpClientConnection . |
class |
DefaultBHttpServerConnection
Default implementation of HttpServerConnection . |
class |
DefaultHttpClientConnection
Deprecated. (4.3) use DefaultBHttpClientConnection |
class |
DefaultHttpServerConnection
Deprecated. (4.3) use DefaultBHttpServerConnection |
class |
SocketHttpClientConnection
Deprecated. (4.3) use DefaultBHttpClientConnection |
class |
SocketHttpServerConnection
Deprecated. Do not use. |
Uses of HttpInetConnection in org.apache.http.impl.nio |
---|
Classes in org.apache.http.impl.nio that implement HttpInetConnection | |
---|---|
class |
DefaultNHttpClientConnection
Default implementation of the NHttpClientConnection
interface. |
class |
DefaultNHttpServerConnection
Default implementation of the NHttpServerConnection
interface. |
class |
NHttpConnectionBase
This class serves as a base for all NHttpConnection implementations and provides
functionality common to both client and server HTTP connections. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |