Behaviours: gen_server.
| activate_stream/4 | |
| code_change/3 | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| register_stream/1 | |
| start_link/2 | |
| terminate/2 | |
| unregister_stream/1 | |
| update_tables/0* |
activate_stream(SHA1, IJid, TJid, Host) -> any()
code_change(OldVsn, State, Extra) -> any()
handle_call(Request, From, State) -> any()
handle_cast(Request, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
register_stream(SHA1) -> any()
start_link(Host, Opts) -> any()
terminate(Reason, State) -> any()
unregister_stream(SHA1) -> any()
update_tables() -> any()
Generated by EDoc, May 23 2012, 07:15:14.