Class SocketHttpServerConnection

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

public class SocketHttpServerConnection
extends AbstractHttpServerConnection
implements HttpInetConnection
Implementation of a server-side HTTP connection that can be bound to a network Socket in order to receive and transmit data.
Since:
4.0
Version:
$Revision: 561083 $
Author:
Oleg Kalnichevski