BasicCommandHandler.handle

Receive the command from the unix socket and call appropriate handler delegate if registered.

class BasicCommandHandler
void
handle
(,,
scope void delegate send_response
,
scope void delegate
()
wait_reply
)

Parameters

command cstring

Command received from unix socket.

args cstring

Arguments provided (if any).

send_response void delegate

Delegate to send a response to the unix socket.

wait_reply void delegate
()

delegate to get a reply from the unix socket

Meta