Go to the source code of this file.
|
| function | run_test () |
| |
| function | handleSync (request, response) |
| |
| function | start_handleSync (ch, cx) |
| |
| tests | push (test) |
| |
| function | handleAsync1 (request, response) |
| |
| function | start_handleAsync1 (ch, cx) |
| |
| function | stop_handleAsync1 (ch, cx, status, data) |
| |
| function | handleAsync2 (request, response) |
| |
| function | init_handleAsync2 (ch) |
| |
| function | start_handleAsync2 (ch, cx) |
| |
| function | stop_handleAsync2 (ch, cx, status, data) |
| |
| function | handleAsyncError (request, response) |
| |
| function | start_handleAsyncError (ch, cx) |
| |
| function | stop_handleAsyncError (ch, cx, status, data) |
| |
| function | handleAsyncOrdering (request, response) |
| |
| function | stop_handleAsyncOrdering (ch, cx, status, data) |
| |
| function handleAsync1 |
( |
|
request, |
|
|
|
response |
|
) |
| |
| function handleAsync2 |
( |
|
request, |
|
|
|
response |
|
) |
| |
| function handleAsyncError |
( |
|
request, |
|
|
|
response |
|
) |
| |
| function handleAsyncOrdering |
( |
|
request, |
|
|
|
response |
|
) |
| |
| function handleSync |
( |
|
request, |
|
|
|
response |
|
) |
| |
| function init_handleAsync2 |
( |
|
ch | ) |
|
| function start_handleAsync1 |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
| function start_handleAsync2 |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
| function start_handleAsyncError |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
| function start_handleSync |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
| function stop_handleAsync1 |
( |
|
ch, |
|
|
|
cx, |
|
|
|
status, |
|
|
|
data |
|
) |
| |
| function stop_handleAsync2 |
( |
|
ch, |
|
|
|
cx, |
|
|
|
status, |
|
|
|
data |
|
) |
| |
| function stop_handleAsyncError |
( |
|
ch, |
|
|
|
cx, |
|
|
|
status, |
|
|
|
data |
|
) |
| |
| function stop_handleAsyncOrdering |
( |
|
ch, |
|
|
|
cx, |
|
|
|
status, |
|
|
|
data |
|
) |
| |
| const ASYNC_ERROR_BODY = "hi, I'm a body!" |
| handlers["/handleAsyncOrdering"] = {} |
| const PREPATH = "http://localhost:" + PORT |
| var startTime_handleAsync2 |
| const startToFinishedDelay = 750 |
| const startToHeaderDelay = 500 |
Initial value:
function Test(path, initChannel, onStartRequest, onStopRequest)
function start_handleSync(ch, cx)
Definition at line 62 of file test_processasync.js.