Behaviours: gen_server.
cleanup_listener_opts(Ref::ranch:ref()) -> ok
code_change(OldVsn, State, Extra) -> any()
count_connections(Ref::ranch:ref()) -> non_neg_integer()
get_addr(Ref::ranch:ref()) -> {inet:ip_address(), inet:port_number()}
get_connections_sup(Ref::ranch:ref()) -> pid()
get_max_connections(Ref::ranch:ref()) -> ranch:max_conns()
get_protocol_options(Ref::ranch:ref()) -> any()
handle_call(Request, From, State) -> any()
handle_cast(Request, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
set_addr(Ref::ranch:ref(), Addr::{inet:ip_address(), inet:port_number()}) -> ok
set_connections_sup(Ref::ranch:ref(), Pid::pid()) -> ok
set_max_connections(Ref::ranch:ref(), MaxConnections::ranch:max_conns()) -> ok
set_new_listener_opts(Ref::ranch:ref(), MaxConns::ranch:max_conns(), Opts::any()) -> ok
set_protocol_options(Ref::ranch:ref(), ProtoOpts::any()) -> ok
start_link() -> {ok, pid()}
terminate(Reason, State) -> any()
Generated by EDoc, Mar 3 2016, 14:32:06.