org.apache.jcs.auxiliary.lateral.socket.tcp
Class LateralTCPListener.ConnectionHandler
java.lang.Object
org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPListener.ConnectionHandler
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- LateralTCPListener
public class LateralTCPListener.ConnectionHandler
- extends Object
- implements Runnable
A Separate thread taht runs when a command comes into the LateralTCPReceiver.
Method Summary |
void |
run()
Main processing method for the LateralTCPReceiverConnection object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LateralTCPListener.ConnectionHandler
public LateralTCPListener.ConnectionHandler(Socket socket)
- Construct for a given socket
- Parameters:
socket
-
run
public void run()
- Main processing method for the LateralTCPReceiverConnection object
- Specified by:
run
in interface Runnable
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.