Behaviours: gen_server.
| code_change/3 | |
| do_route/4* | |
| do_route_normal/3* | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| register_route/1 | |
| route_multicast/4 | |
| start_link/0 | |
| terminate/2 | |
| unregister_route/1 |
code_change(OldVsn, State, Extra) -> any()
do_route(From, Domain, Destinations, Packet) -> any()
do_route_normal(From, Destinations, Packet) -> any()
handle_call(Request, From, State) -> any()
handle_cast(Msg, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
register_route(Domain) -> any()
route_multicast(From, Domain, Destinations, Packet) -> any()
start_link() -> any()
terminate(Reason, State) -> any()
unregister_route(Domain) -> any()
Generated by EDoc, May 23 2012, 07:15:16.