server
Class BrickBlock

java.lang.Object
  extended by server.BrickBlock

public class BrickBlock
extends java.lang.Object

The class containing the BrickBlock server's main method. The application can be started in four different ways: [java -jar bbServer.jar] Starts a regular server using port number 15 000 and UDP [java -jar bbServer.jar ] Starts a regular server with the specified port number and communication protocol. [java -jar bbServer.jar ] Starts a test server with the specified test type and communication protocol. [java -jar bbServer.jar ] Starts a test server with the specified port number, communication protocol, and test type.

Author:
Martin Jarrett, Eivind Sorteberg

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

Constructor Detail

BrickBlock

public BrickBlock()
Method Detail

main

public static void main(java.lang.String[] args)