void close();
Called during shutdown of the network core. Have to close the listen socket and release resources.
void init(in apINetworkContext networkContext);
Called during startup of the network core with reference to the network context. This method will probably be unused by MFP implementation.
void runServer(in PRInt32 portNumber);
Listens to new connections/opens a port on a specified IP port number. The method throws an exception in case the socket cannot be binded to specified port.