Module treewalker_dispatcher

Behaviours: gen_server.

Data Types

config()

config() = treewalker_crawler_config:config()

id()

id() = treewalker_crawler_sup:dispatcher_id()

url()

url() = treewalker_page:url()

Function Index

handle_call/3
handle_cast/2
handle_info/2
init/1
request/2
start_link/2
terminate/2

Function Details

handle_call/3

handle_call(Request, From, State) -> any()

handle_cast/2

handle_cast(Msg, State) -> any()

handle_info/2

handle_info(Message, State) -> any()

init/1

init(X1) -> any()

request/2

request(Id::id(), Url::url()) -> reference()

start_link/2

start_link(Id::id(), Config::config()) -> {ok, pid()} | {error, term()}

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc