fate.network
Class ClientThread


java.lang.Object

  |

  +--java.lang.Thread

        |

        +--fate.network.ClientThread


public class ClientThread
extends java.lang.Thread

Handles low-level processing of incoming messages from the server.


Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ClientThread(ClientConnection parent, java.io.ObjectInputStream in)
          Creates new ClientThread
 
Method Summary
 void run()
          Continues reading messages until an IO expection happens
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, 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
 

Constructor Detail

ClientThread


public ClientThread(ClientConnection parent,
                    java.io.ObjectInputStream in)
Creates new ClientThread
Method Detail

run


public void run()
Continues reading messages until an IO expection happens
Overrides:
run in class java.lang.Thread