Class WebServerRequestEvent
Object
|
+--WebServerRequestEvent
- class
WebServerRequestEvent
Event fired when requests are made to the Web server.
See opera.io.webserver.addEventListener() for details on different event names.
Defined in unite.js
|
Field Summary |
WebServerConnection |
connection
The connection this request event was generated from. |
int |
id
Id of the connection this request was generated from. |
connection
WebServerConnection connection
req = e.connection.request;
res = e.connection.response;
If this event was fired for a _close request, this property will be null.
id
int id
Id of the connection this request was generated from.
If this event was fired for a _close request, this property will hold the id of the closed connection.
WebServerRequestEvent
WebServerRequestEvent()
This class has no public constructor.
Documentation generated by
JSDoc on Tue Oct 6 11:15:52 2009