References
| init/4 | Callback - Initialize the server. |
| start_link/5 | Start a rpc-server's listener. |
init(Socket, State, Module, Options) -> ok
Socket = gen_tcp:socket()State = any()Module = module()Options = #tcp_server_params{}
Callback - Initialize the server
start_link(Id, Socket, State, Module, Options) -> {ok, pid()}
Id = {atom(), atom()}Socket = pid()State = atom()Module = module()Options = #tcp_server_params{}
Start a rpc-server's listener
Generated by EDoc