Uses of Package
iglu.net

Packages that use iglu.net
iglu.examples Some examples to illustrate how the classes work. 
iglu.net Classes to make TCP/IP programming easier.  Includes a multi-threaded server class. 
 

Classes in iglu.net used by iglu.examples
ClientCreator
          Provides an interface for writing classes to provide client threads to the PortServer class.
ClientHandler
          The base class of the threads which the PortServer creates and starts to deal with client connections.
PortServer
          The PortServer creates a socket which listens on the port specified in the constructor.
PortServerThread
          A simple wrapper for PortServer.
URLServerThread
          A PortServer with some extra functionality for dealing with URL's.
WebHandler
          Implements the ClientHandler needed for a proxy server.
 

Classes in iglu.net used by iglu.net
BlackList
          Implements a black list for use in servers.
ClientCreator
          Provides an interface for writing classes to provide client threads to the PortServer class.
ClientHandler
          The base class of the threads which the PortServer creates and starts to deal with client connections.
PortServer
          The PortServer creates a socket which listens on the port specified in the constructor.
PortServerThread
          A simple wrapper for PortServer.