Class LateralTCPListener.ListenerThread

java.lang.Object
java.lang.Thread
org.apache.commons.jcs3.auxiliary.lateral.socket.tcp.LateralTCPListener.ListenerThread
All Implemented Interfaces:
Runnable
Enclosing class:
LateralTCPListener<K,V>

Deprecated.
No longer used
Processes commands from the server socket. There should be one listener for each configured TCP lateral.
  • Constructor Details

  • Method Details

    • run

      public void run()
      Deprecated.
      Main processing method for the ListenerThread object
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread