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.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Main method, running the service.
|
public static final int DEFAULT_CNS_PORT
Copyright © 1996–2024. All rights reserved.