org.vigia
Class Server

java.lang.Object
  extended by org.vigia.Server

public class Server
extends java.lang.Object

The server's main class.

Author:
jrios & jesus

Constructor Summary
Server()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server

public Server()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
The main function.

Parameters:
args - The arguments.
Throws:
java.io.IOException - Error establishing the connection.