All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class connection.socket.ServerThread

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----connection.socket.ServerThread

class ServerThread
extends Thread
implements ExceptionObserver
This class is the thread that handles all communication with a client. A new thread is created for every new client.

Version:
0.30, 1998/04/01
Author:
FRED development team, Antti Viljamaa
See Also:
Server, Client

This class is not public and therefore cannot be used outside this package.


All Packages  Class Hierarchy  This Package  Previous  Next  Index