View Source esockd_dtls_listener (esockd v5.9.3-rc.1)

Link to this section Summary

Link to this section Functions

Link to this function

code_change(OldVsn, State, Extra)

View Source
-spec get_port(pid()) -> inet:port_number().
Link to this function

handle_call(Req, From, State)

View Source
Link to this function

handle_info(Info, State)

View Source
-spec options(pid()) -> [esockd:option()].
Link to this function

start_link(Proto, ListenOn, Opts, AcceptorSup)

View Source
-spec start_link(atom(), esockd:listen_on(), [esockd:option()], pid()) ->
              {ok, pid()} | ignore | {error, term()}.
Link to this function

terminate(Reason, State)

View Source