Module fusco_cp

Fusco Client Pool.

Copyright © (C) 2013, Erlang Solutions Ltd

Behaviours: gen_server.

Authors: Diana Parra Corbacho (diana.corbacho@erlang-solutions.com).

Description

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 state

Function Index

free_client/2
get_client/1
request/7
start/3
start_link/3
stop/1

Function Details

free_client/2

free_client(Pool, Client) -> any()

get_client/1

get_client(Pool) -> any()

request/7

request(Pool, Path, Method, Hdrs, Body, SendRetry, Timeout) -> any()

start/3

start(Destination, Options, MaxClients) -> any()

start_link/3

start_link(Destination, Options, MaxClients) -> any()

stop/1

stop(Pool) -> any()


Generated by EDoc, May 17 2017, 09:28:02.