All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.devtools.SIPNoTE.SNServer
java.lang.Object
|
+----com.ibm.devtools.SIPNoTE.SNServer
- public class SNServer
- extends Object
This class represents the server side daemon which handles directory
services for the SIPNoTE implementation, as well as message routing
functions.
The server uses a properties file (the .sipnote file) to change
a set of variables, such as server port, multicast address, etc.
from their default values.
-
SNServer()
-
-
main(String[])
- This is the main routine (surprise, surprise.) It currently takes
only one command line argument, a "-p" which specifies the port on
which it will listen for incoming messages.
SNServer
public SNServer()
main
public static void main(String argv[])
- This is the main routine (surprise, surprise.) It currently takes
only one command line argument, a "-p" which specifies the port on
which it will listen for incoming messages.
All Packages Class Hierarchy This Package Previous Next Index