public interface HTTPRequestListener extends ServerEventListener
A HTTP event is a notification of a HTTP request to the web server, which is not a Diffusion Client type connection. i.e., a file request
Such a listener may be added using
Publishers.addEventListener(ServerEventListener)
. If there is no
interest in any of the events then there is no need to add a listener. More
than one listener may be added if required.
Modifier and Type | Field and Description |
---|---|
static int |
REQUEST
Request mask setting
|
Modifier and Type | Method and Description |
---|---|
void |
handleHTTPRequest(HTTPVirtualHost virtualHost,
HTTPRequest request)
Handle a received HTTP request.
|
static final int REQUEST
void handleHTTPRequest(HTTPVirtualHost virtualHost, HTTPRequest request)
virtualHost
- host as defined in the WebServer.xmlrequest
- the details of the requestCopyright © 2016 Push Technology Ltd. All Rights Reserved.