Class TestSessionServer

All Implemented Interfaces:
Runnable

public class TestSessionServer extends TestStatefulServer
  • Constructor Details

    • TestSessionServer

      public TestSessionServer()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Main method if you like to start in debug mode.
      Parameters:
      args - [0] serverName
      [1] listenerPort
      [2] SC port
      [3] maxSessions
      [4] maxConnections
      [5] connectionType ("netty.tcp" or "netty.http")
      [6] serviceNames (comma delimited list)
      [7] nics (comma separated list)
      Throws:
      Exception
    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread