Copyright © 2011-2018 Michael Truog
Version: 1.7.3 Feb 26 2018 17:29:19 ------------------------------------------------------------------------
Behaviours: gen_statem.
Authors: Michael Truog (mjtruog [at] gmail (dot) com).
| 'CONNECT'/3 | |
| 'HANDLE'/3 | |
| 'INIT_WAIT'/3 | |
| callback_mode/0 | |
| code_change/4 | |
| format_status/2 | |
| get_status/1 | |
| get_status/2 | |
| handle_event/4 | |
| init/1 | |
| port/2 | |
| start_link/17 | |
| stderr/2 | |
| stdout/2 | |
| terminate/3 |
CONNECT(EventType, Accept, State) -> any()
HANDLE(EventType, Request, State) -> any()
INIT_WAIT(EventType, EventContent, State) -> any()
callback_mode() -> any()
code_change(X1, StateName, State, X4) -> any()
format_status(Opt, X2) -> any()
get_status(Dispatcher) -> any()
get_status(Dispatcher, Timeout) -> any()
handle_event(EventType, EventContent, StateName, State) -> any()
init(X1) -> any()
port(Dispatcher, Timeout) -> any()
start_link(Protocol, SocketPath, ThreadIndex, ProcessIndex, ProcessCount, CommandLine, BufferSize, Timeout, Prefix, TimeoutAsync, TimeoutSync, TimeoutTerm, DestRefresh, DestDeny, DestAllow, Config_service_options, ID) -> any()
stderr(OSPid, Output) -> any()
stdout(OSPid, Output) -> any()
terminate(Reason, X2, State) -> any()
Generated by EDoc, Feb 26 2018, 17:29:19.