Class agent.Server.SocketHandler
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class agent.Server.SocketHandler

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----agent.Server.SocketHandler

class SocketHandler
extends Thread
A thread that handles the connection to a clients socket. This is the thread that actually reads the socket and processes incoming messages.

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index