Package | Description |
---|---|
org.apache.http |
Core HTTP component APIs and primitives.
|
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.
|
org.apache.http.nio |
Core HTTP component APIs and primitives for asynchronous, event
driven communication.
|
org.apache.http.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for synchronous, blocking communication.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HttpConnectionFactory<T extends HttpConnection>
Factory for
HttpConnection instances. |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Interface and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
<T extends HttpConnection> |
HttpCoreContext.getConnection(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
HttpConnection |
HttpCoreContext.getConnection() |
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.