Go to the source code of this file.
| function myIndexHandler |
( |
|
metadata, |
|
|
|
response |
|
) |
| |
| function startCustomIndexHandler |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
| function startDefaultIndexHandler |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
| function stopCustomIndexHandler |
( |
|
ch, |
|
|
|
cx, |
|
|
|
status, |
|
|
|
data |
|
) |
| |
| function stopDefaultIndexHandler |
( |
|
ch, |
|
|
|
cx, |
|
|
|
status, |
|
|
|
data |
|
) |
| |
Initial value:=
new Test(
"http://localhost:4444/",
function stopCustomIndexHandler(ch, cx, status, data)
function startCustomIndexHandler(ch, cx)
function Test(path, initChannel, onStartRequest, onStopRequest)
Definition at line 56 of file test_setindexhandler.js.