Module turn

Behaviours: p1_fsm.

Data Types

blacklist()

blacklist() = [subnet()]

subnet()

subnet() = {inet:ip4_address(), 0..32} | {inet:ip6_address(), 0..128}

Function Index

active/2
code_change/4
handle_event/3
handle_info/3
handle_sync_event/4
init/1
route/2
start/1
start_link/1
stop/1
terminate/3
wait_for_allocate/2

Function Details

active/2

active(Stun, State) -> any()

code_change/4

code_change(OldVsn, StateName, State, Extra) -> any()

handle_event/3

handle_event(Event, StateName, State) -> any()

handle_info/3

handle_info(Info, StateName, State) -> any()

handle_sync_event/4

handle_sync_event(Event, From, StateName, State) -> any()

init/1

init(X1) -> any()

route/2

route(Pid, Msg) -> any()

start/1

start(Opts) -> any()

start_link/1

start_link(Opts) -> any()

stop/1

stop(Pid) -> any()

terminate/3

terminate(Reason, StateName, State) -> any()

wait_for_allocate/2

wait_for_allocate(Stun, State) -> any()


Generated by EDoc