Behaviours: gen_server.
config() = treewalker_crawler_config:config()
id() = treewalker_crawler_sup:dispatcher_id()
url() = treewalker_page:url()
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| request/2 | |
| start_link/2 | |
| terminate/2 |
handle_call(Request, From, State) -> any()
handle_cast(Msg, State) -> any()
handle_info(Message, State) -> any()
init(X1) -> any()
terminate(Reason, State) -> any()
Generated by EDoc