Module hackney_manager

Behaviours: gen_server.

Function Index

async_response_pid/1
cancel_request/1
close_request/1
code_change/3
controlling_process/2
get_state/1
get_state/2
handle_call/3
handle_cast/2
handle_error/1
handle_info/2
init/1
new_request/1
start_async_response/1
start_link/0
stop_async_response/1
store_state/1
store_state/2
take_control/2
terminate/2
update_state/1
update_state/2
with_async_response_pid/2

Function Details

async_response_pid/1

async_response_pid(Ref) -> any()

cancel_request/1

cancel_request(Client) -> any()

close_request/1

close_request(Client) -> any()

code_change/3

code_change(OldVsn, Ring, Extra) -> any()

controlling_process/2

controlling_process(Ref, Pid) -> any()

get_state/1

get_state(Client) -> any()

get_state/2

get_state(Ref, Fun) -> any()

handle_call/3

handle_call(X1, From, Mstate) -> any()

handle_cast/2

handle_cast(Msg, State) -> any()

handle_error/1

handle_error(Client) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

new_request/1

new_request(Client) -> any()

start_async_response/1

start_async_response(Ref) -> any()

start_link/0

start_link() -> any()

stop_async_response/1

stop_async_response(Ref) -> any()

store_state/1

store_state(Client) -> any()

store_state/2

store_state(Ref, NState) -> any()

take_control/2

take_control(Ref, NState) -> any()

terminate/2

terminate(Reason, State) -> any()

update_state/1

update_state(Client) -> any()

update_state/2

update_state(Ref, NState) -> any()

with_async_response_pid/2

with_async_response_pid(Ref, Fun) -> any()


Generated by EDoc, Dec 7 2015, 13:14:08.