Module turn_sm

Behaviours: gen_server.

Function Index

add_allocation/5
code_change/3
del_allocation/3
find_allocation/1
handle_call/3
handle_cast/2
handle_info/2
init/1
start/0
start_link/0
terminate/2

Function Details

add_allocation/5

add_allocation(AddrPort, User, Realm, MaxAllocs, Pid) -> any()

code_change/3

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

del_allocation/3

del_allocation(AddrPort, User, Realm) -> any()

find_allocation/1

find_allocation(AddrPort) -> any()

handle_call/3

handle_call(Request, From, State) -> any()

handle_cast/2

handle_cast(Msg, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

start/0

start() -> any()

start_link/0

start_link() -> any()

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc