Module gen_nb_server

Behaviours: gen_server.

This module defines the gen_nb_server behaviour.
Required callback functions: init/1, handle_call/3, handle_cast/2, handle_info/2, terminate/2, sock_opts/0, new_connection/2.

Function Index

start_link/4Start server listening on IpAddr:Port.

Function Details

start_link/4

start_link(CallbackModule, IpAddr, Port, InitParams) -> Result

Start server listening on IpAddr:Port


Generated by EDoc