Interface HttpServerConnection

All Superinterfaces:
HttpConnection
All Known Implementing Classes:
AbstractHttpServerConnection, DefaultHttpServerConnection, SocketHttpServerConnection

public interface HttpServerConnection
extends HttpConnection
An HTTP connection for use on the server side. Requests are received, responses are sent.
Since:
4.0
Version:
$Revision: 542199 $
Author:
Oleg Kalnichevski