Holger's
Java API

Uses of Interface
com.antelmann.net.ConnectionDispatcher

Packages that use ConnectionDispatcher
com.antelmann.game This package contains packages to support game implementations. 
com.antelmann.net The classes in this package are designed to provide convenient access to Internet related functionality. 
 

Uses of ConnectionDispatcher in com.antelmann.game
 

Classes in com.antelmann.game that implement ConnectionDispatcher
 class GameServer
          A GameServer hosts a GamePlay object that clients can play remotely by connecting to it and following this server's protocol.
 

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) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads