Copyright © (C) 2013, Erlang Solutions Ltd
Behaviours: gen_server.
Authors: Diana Parra Corbacho (diana.corbacho@erlang-solutions.com).
Fusco Client Pool
Pool of clients connected to the same server. Clients do not share state Recommended for BOSH where connections do not share cookies or any other headers statefree_client/2 | |
get_client/1 | |
request/7 | |
start/3 | |
start_link/3 | |
stop/1 |
free_client(Pool, Client) -> any()
get_client(Pool) -> any()
request(Pool, Path, Method, Hdrs, Body, SendRetry, Timeout) -> any()
start(Destination, Options, MaxClients) -> any()
start_link(Destination, Options, MaxClients) -> any()
stop(Pool) -> any()
Generated by EDoc, May 17 2017, 09:28:02.