View Source esockd_connection_sup (esockd v5.9.3-rc.1)
Link to this section Summary
Link to this section Functions
-spec count_connections(pid()) -> integer().
-spec get_max_connections(pid()) -> integer().
-spec get_shutdown_count(pid()) -> [{atom(), integer()}].
-spec set_max_connections(pid(), integer()) -> ok.
-spec start_link([esockd:option()], esockd:mfargs()) -> {ok, pid()} | ignore | {error, term()}.
-spec stop(pid()) -> ok.