Class AbstractHttpServerConnection

java.lang.Object
org.apache.http.impl.AbstractHttpServerConnection
All Implemented Interfaces:
Closeable, AutoCloseable, HttpConnection, HttpServerConnection
Direct Known Subclasses:
SocketHttpServerConnection

@Deprecated public abstract class AbstractHttpServerConnection extends Object implements HttpServerConnection
Deprecated.
Abstract server-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer and SessionOutputBuffer implementations.

The following parameters can be used to customize the behavior of this class:

Since:
4.0