Class SimpleServer

java.lang.Object
org.flasby.server.SimpleServer

public abstract class SimpleServer extends Object
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 Details

    • start

      public void start()
    • getReporter

      public Reporter getReporter()
    • getPort

      public int getPort()