Copyright © 2011-2021 Michael Truog
Version: 2.0.3 Dec 3 2021 17:15:35 ------------------------------------------------------------------------
Behaviours: gen_statem.
Authors: Michael Truog (mjtruog at protonmail 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/20 | |
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, TimeStart, TimeRestart, Restarts, 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