Copyright © 2011-2017 Michael Truog
Version: 1.5.5 Jan 10 2017 17:27:58 ------------------------------------------------------------------------
Behaviours: gen_fsm.
Authors: Michael Truog (mjtruog [at] gmail (dot) com).
CONNECT(Request, State) -> any()
HANDLE(Request, State) -> any()
INIT(Request, State) -> any()
INIT_WAIT(Request, State) -> any()
code_change(X1, StateName, State, X4) -> any()
format_status(Opt, X2) -> any()
get_status(Dispatcher) -> any()
get_status(Dispatcher, Timeout) -> any()
handle_event(Event, StateName, State) -> any()
handle_info(T, StateName, State) -> any()
handle_sync_event(Event, From, 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, Jan 10 2017, 17:27:58.