QJCC homepage

biz.chitec.quarterback.gjsa.server
Class NewConnectionHandler

java.lang.Object
  extended byjava.lang.Thread
      extended bybiz.chitec.quarterback.gjsa.server.NewConnectionHandler
All Implemented Interfaces:
java.lang.Runnable

public class NewConnectionHandler
extends java.lang.Thread

handler for newly established connections. Knows about three types of commands:

In case of conversion to a bound connection the NewConnectionHandler is replaced by a "normal" ServerThreadBase.

Version:
$Id: 348ae844a70ac7ee6f11f38c34ef3a58ec1d7dbc $
Author:
Dirk Hillbrecht 1999-2000, chitec/Dirk Hillbrecht 2000,2001,2002 Distributed under the terms of the GNU LGPL.

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
NewConnectionHandler(GJSAServer mserv, java.net.Socket clientsocket, int priority, Vulture v, boolean objx, boolean encx)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NewConnectionHandler

public NewConnectionHandler(GJSAServer mserv,
                            java.net.Socket clientsocket,
                            int priority,
                            Vulture v,
                            boolean objx,
                            boolean encx)

QJCC homepage