Package iglu.net

Classes to make TCP/IP programming easier.  Includes a multi-threaded server class.

See:
          Description

Interface Summary
ClientCreator Provides an interface for writing classes to provide client threads to the PortServer class.
 

Class Summary
BlackList Implements a black list for use in servers.
BlackListItem An entry in the BlackList.
ClientHandler The base class of the threads which the PortServer creates and starts to deal with client connections.
NetUtils  
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.
 

Package iglu.net Description

Classes to make TCP/IP programming easier.  Includes a multi-threaded server class.