public class TCPIPCNSServer
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 by the first parameter on the command line.
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_CNS_PORT
The default port number for a Channel Name Server.
|
(package private) static One2OneChannel |
terminate
For use by other sub classes of this class to terminate the server.
|
Modifier | Constructor and Description |
---|---|
private |
TCPIPCNSServer() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Main method, running the service.
|
static final One2OneChannel terminate
public static final int DEFAULT_CNS_PORT