tango.net.cluster.tina.ClusterThread

License:

BSD style: see license.txt

Version:

July 2004: Initial release

Author:

Kris
class ClusterThread #
Thread for handling client requests. Note that this remains alive until the client kills the socket
void dispatch() [abstract] #
request handler
this(AbstractServer server, IConduit conduit, Cluster cluster) #
Note that the conduit stays open until the client kills it. Also note that we use a GrowableBuffer here, which expands as necessary to contain larger payloads.
void execute() #
IRunnable method
void run() [private] #
process client requests