-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SimpleTCPIPServer
public SimpleTCPIPServer(int port,
Class<?> handlerClass,
int maxConnections)
-
Method Details
-
startListening
public void startListening()
-
stopListening
public void stopListening()
-
run
public void run()
- Specified by:
run in interface Runnable
-
getPort
public int getPort()