Class Constants

java.lang.Object
  |
  +--Constants

public class Constants
extends java.lang.Object

Constants shared between election client and election server.


Field Summary
static int DEFAULT_PORT
          Default port the server listens on for client connections
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PORT

public static final int DEFAULT_PORT
Default port the server listens on for client connections

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()