Class LateralTCPListener.ConnectionHandler

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

Deprecated.
No longer used
A Separate thread that runs when a command comes into the LateralTCPReceiver.
  • Constructor Details

    • ConnectionHandler

      public ConnectionHandler(Socket socket)
      Deprecated.
      Construct for a given socket
      Parameters:
      socket -
  • Method Details

    • run

      public void run()
      Deprecated.
      Main processing method for the LateralTCPReceiverConnection object
      Specified by:
      run in interface Runnable