Module partisan_peer_service_server

Behaviours: acceptor, gen_server.

Function Index

acceptor_continue/3
acceptor_init/3
acceptor_terminate/2
handle_call/3
handle_cast/2
handle_info/2
init/1
terminate/2

Function Details

acceptor_continue/3

acceptor_continue(PeerName, Socket0, MRef) -> any()

acceptor_init/3

acceptor_init(SockName, LSocket, X3) -> any()

acceptor_terminate/2

acceptor_terminate(Reason, X2) -> any()

handle_call/3

handle_call(Req, X2, State) -> any()

handle_cast/2

handle_cast(Req, State) -> any()

handle_info/2

handle_info(X1, State) -> any()

init/1

init(X1) -> any()

terminate/2

terminate(X1, X2) -> any()


Generated by EDoc