Copyright © 2017 Marc Worrell
Behaviours: gen_server.
Authors: Marc Worrell (marc@worrell.nl).
| await/0 | |
| code_change/3 | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| start_http_listeners/0 | Start the HTTP/S listeners. |
| start_link/0 | |
| stop_http_listeners/0 | Stop all HTTP listeners. |
| terminate/2 |
await() -> ok
code_change(Version, State, Extra) -> any()
handle_call(Msg, From, State) -> any()
handle_cast(Msg, State) -> any()
handle_info(X1, X2) -> any()
init(X1) -> any()
start_http_listeners() -> ok
Start the HTTP/S listeners
start_link() -> {ok, pid()}
stop_http_listeners() -> ok
Stop all HTTP listeners
terminate(Why, X2) -> any()
Generated by EDoc