max_conns() = non_neg_integer() | infinity
opt() = {ack_timeout, timeout()} | {connection_type, worker | supervisor} | {max_connections, max_conns()} | {shutdown, timeout() | brutal_kill} | {socket, any()}
ref() = any()
accept_ack(Ref::ref()) -> ok
child_spec(Ref::ref(), NbAcceptors::non_neg_integer(), Transport::module(), TransOpts::any(), Protocol::module(), ProtoOpts::any()) -> supervisor:child_spec()
filter_options(UserOptions::[inet | inet6 | {atom(), any()} | {raw, any(), any(), any()}], AllowedKeys::[atom()], Acc) -> Acc
get_addr(Ref::ref()) -> {inet:ip_address(), inet:port_number()}
get_max_connections(Ref::ref()) -> max_conns()
get_port(Ref::ref()) -> inet:port_number()
get_protocol_options(Ref::ref()) -> any()
remove_connection(Ref::ref()) -> ok
require(Tail::[atom()]) -> ok
set_max_connections(Ref::ref(), MaxConnections::max_conns()) -> ok
set_option_default(Opts, Key::atom(), Value::any()) -> Opts
set_protocol_options(Ref::ref(), Opts::any()) -> ok
start_listener(Ref::ref(), NbAcceptors::non_neg_integer(), Transport::module(), TransOpts::any(), Protocol::module(), ProtoOpts::any()) -> supervisor:startchild_ret()
stop_listener(Ref::ref()) -> ok | {error, not_found}
Generated by EDoc, Mar 4 2016, 15:44:12.