de.jadv.server.io
Class IOThread

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--de.jadv.server.io.IOThread
All Implemented Interfaces:
java.lang.Runnable

public class IOThread
extends java.lang.Thread

Main IO Thread of the server. It handles the incoming and outgoing data and puts all incoming events into the EventQueue

Author:
neitzel

Field Summary
private  boolean stopThread
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
IOThread()
          Constructor for ProxyServerSockets.
 
Method Summary
 void run()
           
 void stopThread()
           
 
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, 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
 

Field Detail

stopThread

private boolean stopThread
Constructor Detail

IOThread

public IOThread()
Constructor for ProxyServerSockets.

Method Detail

stopThread

public void stopThread()

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread