Uses of Class
org.javagamesfactory.nioservers.ServerState

Uses of ServerState in org.javagamesfactory.nioservers
 

Fields in org.javagamesfactory.nioservers declared as ServerState
protected  ServerState StringBasedServer.status
           
 

Methods in org.javagamesfactory.nioservers that return ServerState
 ServerState StringBasedServer.getStatus()
          The status variable tells you exactly what the internal state-machine of the server is currently doing (or trying to do)
static ServerState ServerState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ServerState[] ServerState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.