Class SimpleTCPIPServer

java.lang.Object
org.cristalise.kernel.utils.server.SimpleTCPIPServer
All Implemented Interfaces:
Runnable

public class SimpleTCPIPServer extends Object implements Runnable
  • 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()