Holger's
Java API

Uses of Interface
com.antelmann.net.ConnectionDispatcher

Packages that use ConnectionDispatcher
com.antelmann.net The classes in this package are designed to provide convenient access to Internet related functionality. 
 

Uses of ConnectionDispatcher in com.antelmann.net
 

Classes in com.antelmann.net that implement ConnectionDispatcher
 class ChatServer
          ChatServer implements a server that handles chat messages that are broadcasted among the active connections to the server.
 class JMessenger
          JMessenger provides a simple GUI messenger for a direct peer-to-peer connection that uses one side as the server.
static class NetConnectionServer.DefaultDispatcher
          The DefaultDispatcher provides a default ConnectionDispatcher that is used when the NetConnectionServer constructor in the enclosing class is called with a NetConnectionHandler
 

Constructors in com.antelmann.net with parameters of type ConnectionDispatcher
NetConnectionServer(int port, ConnectionDispatcher factory)
          the factory is responsible for providing the runnable objects that handle each connection in a separate thread
NetConnectionServer(int port, ConnectionDispatcher factory, Logger logger)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads