Uses of Interface
iglu.net.ClientCreator

Packages that use ClientCreator
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. 
 

Uses of ClientCreator in iglu.examples
 

Constructors in iglu.examples with parameters of type ClientCreator
ProxyServerExample(java.net.InetAddress addr, java.lang.Integer port, ClientCreator ncc)
          Get the server ready to run.
 

Uses of ClientCreator in iglu.net
 

Fields in iglu.net declared as ClientCreator
(package private)  ClientCreator PortServer.clientCreator
          the object that knows how to create the client threads to handle the clients.
 

Constructors in iglu.net with parameters of type ClientCreator
PortServer(java.net.InetAddress addr, java.lang.Integer port, ClientCreator ncc)
          this constructor opens and listens on the indicated port at the indicated address.
PortServerThread(java.net.InetAddress addr, java.lang.Integer port, ClientCreator ncc)
          Sets up the server for use.
URLServerThread(java.net.InetAddress addr, java.lang.Integer port, ClientCreator ncc)
          constructor