| init/2 | |
| start_link/1 | |
| start_link/2 | |
| start_session/3 | |
| stop/1 | |
| stop/2 | |
| system_continue/3 | |
| system_terminate/4 |
init(Parent, X2) -> any()
start_link(Args) -> any()
start_link(Args, Timeout) -> any()
start_session(Parent, X2, ListenSocket) -> any()
stop(Pid) -> any()
stop(Pid, Timeout) -> any()
system_continue(Parent, DebugInfo, State) -> any()
system_terminate(Reason, Parent, DebugInfo, State) -> any()
Generated by EDoc