|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpConnection | |
---|---|
org.apache.http | The core interfaces and classes of the HTTP components. |
org.apache.http.impl | Default implementations for interfaces in
org.apache.http . |
org.apache.http.impl.nio | |
org.apache.http.nio | |
org.apache.http.nio.protocol |
Uses of HttpConnection in org.apache.http |
---|
Subinterfaces of HttpConnection in org.apache.http | |
---|---|
interface |
HttpClientConnection
An HTTP connection for use on the client side. |
interface |
HttpInetConnection
An HTTP connection over the Internet Protocol (IP). |
interface |
HttpServerConnection
An HTTP connection for use on the server side. |
Uses of HttpConnection in org.apache.http.impl |
---|
Classes in org.apache.http.impl that implement HttpConnection | |
---|---|
class |
AbstractHttpClientConnection
Abstract client-side HTTP connection capable of transmitting and receiving data using arbitrary HttpDataReceiver and HttpDataTransmitter |
class |
AbstractHttpServerConnection
Abstract server-side HTTP connection capable of transmitting and receiving data using arbitrary HttpDataReceiver and HttpDataTransmitter |
class |
DefaultHttpClientConnection
Default implementation of a client-side HTTP connection. |
class |
DefaultHttpServerConnection
Default implementation of a server-side HTTP connection. |
class |
SocketHttpClientConnection
Implementation of a client-side HTTP connection that can be bound to a network Socket in order to receive and transmit data. |
class |
SocketHttpServerConnection
Implementation of a server-side HTTP connection that can be bound to a network Socket in order to receive and transmit data. |
Uses of HttpConnection in org.apache.http.impl.nio |
---|
Classes in org.apache.http.impl.nio that implement HttpConnection | |
---|---|
class |
DefaultNHttpClientConnection
|
class |
DefaultNHttpServerConnection
|
class |
NHttpConnectionBase
|
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 |
NHttpConnection
Abstract non-blocking HTTP connection interface. |
interface |
NHttpServerConnection
Abstract non-blocking server-side HTTP connection. |
Uses of HttpConnection in org.apache.http.nio.protocol |
---|
Methods in org.apache.http.nio.protocol with parameters of type HttpConnection | |
---|---|
protected void |
NHttpHandlerBase.closeConnection(HttpConnection conn,
java.lang.Throwable cause)
|
protected void |
NHttpHandlerBase.shutdownConnection(HttpConnection conn,
java.lang.Throwable cause)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |