uk.org.redfelineninja.risk.test
Class RiskTestServer

java.lang.Object
  |
  +--uk.org.redfelineninja.risk.test.RiskTestServer

public class RiskTestServer
extends java.lang.Object

This class provides a means to test a clients network layer. It accepts multiple connections on the supplied port and echos anything sent to the server back to all connected clients. This allows the netowrk layer of the client to be tested using the clients own talker.


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

Constructor Detail

RiskTestServer

public RiskTestServer()

RiskTestServer

public RiskTestServer(int p)
Method Detail

main

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