|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpConnection | |
---|---|
org.apache.http | Core HTTP components based on the blocking I/O model. |
org.apache.http.impl | Default implementations for interfaces in
org.apache.http . |
org.apache.http.impl.nio | Default implementations for interfaces in
org.apache.http.nio . |
org.apache.http.nio | Core HTTP components based on the non-blocking I/O model. |
org.apache.http.protocol | HTTP protocol execution framework and synchronous HTTP protocol handlers based on the blocking I/O model. |
Uses of HttpConnection in org.apache.http |
---|
Subinterfaces of HttpConnection in org.apache.http | |
---|---|
interface |
HttpClientConnection
A client-side HTTP connection, which can be used for sending requests and receiving responses. |
interface |
HttpInetConnection
An HTTP connection over the Internet Protocol (IP). |
interface |
HttpServerConnection
A 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 HttpConnection | |
---|---|
class |
AbstractHttpClientConnection
Deprecated. (4.3) use DefaultBHttpClientConnection |
class |
AbstractHttpServerConnection
Deprecated. (4.3) use DefaultBHttpServerConnection |
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. (4.3) use DefaultBHttpServerConnection |
Uses of HttpConnection in org.apache.http.impl.nio |
---|
Classes in org.apache.http.impl.nio that implement HttpConnection | |
---|---|
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. |
Uses of HttpConnection in org.apache.http.nio |
---|
Subinterfaces of HttpConnection in org.apache.http.nio | |
---|---|
interface |
NHttpClientConnection
Abstract non-blocking client-side HTTP connection interface. |
interface |
NHttpClientIOTarget
Deprecated. (4.2) no longer used |
interface |
NHttpConnection
Abstract non-blocking HTTP connection interface. |
interface |
NHttpServerConnection
Abstract non-blocking server-side HTTP connection interface. |
interface |
NHttpServerIOTarget
Deprecated. (4.2) no longer used |
Uses of HttpConnection in org.apache.http.protocol |
---|
Methods in org.apache.http.protocol with type parameters of type HttpConnection | ||
---|---|---|
|
HttpCoreContext.getConnection(Class<T> clazz)
|
Methods in org.apache.http.protocol that return HttpConnection | |
---|---|
HttpConnection |
HttpCoreContext.getConnection()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |