Package org.flasby.server
Class SimpleServer
java.lang.Object
org.flasby.server.SimpleServer
listens on a port and waits for connections.
Whene a conection arrives it creates a new Instance and runs this
in a new thread.
The Instance is given the socket connection to the remote client and
a Reporter which it can use to report progress and problems.
- Author:
- steve
-
Method Summary
-
Method Details
-
start
public void start() -
getReporter
-
getPort
public int getPort()
-