Inheritance diagram for Isapi:

Public Member Functions | |
| Isapi () | |
| virtual int | send (HttpThreadContext *td, ConnectionPtr connection, const char *scriptpath, const char *cgipath=0, int execute=0, int onlyHeader=0) |
Static Public Member Functions | |
| u_long | getTimeout () |
| int | load (XmlParser *) |
| void | setTimeout (u_long) |
| int | unLoad () |
Static Public Attributes | |
| Mutex * | isapiMutex |
Static Private Attributes | |
| u_long | timeout = MYSERVER_SEC(15) |
|
|
Constructor for the ISAPI class. |
|
|
Return the timeout value used with the isapi modules. |
|
|
Initialize the ISAPI engine under WIN32. Reimplemented from HttpDataHandler. |
|
||||||||||||||||||||||||||||
|
Main procedure to call an ISAPI module. Reimplemented from HttpDataHandler. |
|
|
Set a new timeout value used with the isapi modules. |
|
|
Cleanup the memory used by ISAPI. Reimplemented from HttpDataHandler. |
|
|
|
|
|
Initialize the timeout value to 15 seconds. |
1.3.9.1