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

Class agent.Server.Acceptor

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

class Acceptor
extends Thread
A class that sits accepting connections on a port, spawning a SocketHandler for each client connection that comes in. Each AgentServer should only create one of these.

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index