com.asdf.server
Class Main

java.lang.Object
  extended by com.asdf.server.Main

public class Main
extends java.lang.Object

Initializes Server instance and runs it.


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          main Entry point of the GameServer application,
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
main Entry point of the GameServer application,

Parameters:
args - Command line arguments
Throws:
java.io.IOException