Class chap7.Acceptor
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class chap7.Acceptor

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----chap7.Acceptor

class Acceptor
extends Thread
A thread that simply sits in a loop accepting connections on the port and spawning other threads to read the accepted socket.
See Also:
SrvSocket, SocketHandler, Snitch

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index