Module escalus_bosh_gun

Behaviours: gen_server.

Data Types

state()

state() = #state{}

Function Index

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

Function Details

handle_call/3

handle_call(X1::get_client, From::gen_server:from(), State::state()) -> {reply, term(), state()} | {noreply, state()}

handle_cast/2

handle_cast(X1::{free_client, pid()} | stop, State::state()) -> {noreply, state()} | {stop, term(), state()}

handle_info/2

handle_info(Info::term(), State::state()) -> {noreply, state()}

init/1

init(X1::[any()]) -> {ok, state(), 0}

request/4

request(Pool::pid(), Path::iodata(), Hdrs::gun:req_headers(), Body::iodata()) -> term()

start_link/1

start_link(Args::list()) -> any()

stop/1

stop(Pool::pid()) -> ok

terminate/2

terminate(Reason::term(), State::state()) -> ok


Generated by EDoc