Module gen_rpc_server

Behaviours: gen_server.

Function Index

code_change/3
get_port/1
handle_call/3
handle_cast/2
handle_info/2
init/1
start_link/1
stop/1
terminate/2

Function Details

code_change/3

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

get_port/1

get_port(Pid::pid()) -> {ok, inet:port_number()} | {error, term()} | term()

handle_call/3

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

handle_cast/2

handle_cast(Msg, State) -> any()

handle_info/2

handle_info(Msg, State) -> any()

init/1

init(X1) -> any()

start_link/1

start_link(Peer::{inet:ip4_address(), inet:port_number()}) -> gen_sever:startlink_ret()

stop/1

stop(Pid::pid()) -> ok

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc, Jul 15 2016, 18:20:29.