com.charliemouse.cambozola.server
Class TestServer

java.lang.Object
  extended by com.charliemouse.cambozola.server.TestServer

public class TestServer
extends java.lang.Object


Field Summary
static int DEFAULT_PORT
           
protected  java.net.ServerSocket m_listen_socket
           
protected  int m_port
           
 
Constructor Summary
TestServer(int port)
           
 
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
 

Field Detail

DEFAULT_PORT

public static final int DEFAULT_PORT
See Also:
Constant Field Values

m_port

protected int m_port

m_listen_socket

protected java.net.ServerSocket m_listen_socket
Constructor Detail

TestServer

public TestServer(int port)
Method Detail

main

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