Package org.jcsp.net.tcpip
Class TCPIPCNSServer2
- java.lang.Object
-
- org.jcsp.net.tcpip.TCPIPCNSServer2
-
public class TCPIPCNSServer2 extends java.lang.Object
Program to run a Channel Name Service. The service will listen on all locally available addresses using either a default port of 7890 or a port specified in the XML file.
- Author:
- Quickstone Technologies Limited
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Main method, running the service.
-