Uses of Interface
amber.server.ConnectionReceiver

Packages that use ConnectionReceiver
amber.server Amber Server. 
amber.server.manager.connection Amber Server Connection Manager. 
 

Uses of ConnectionReceiver in amber.server
 

Fields in amber.server declared as ConnectionReceiver
protected  ConnectionReceiver Listener.receiver
          The thread concerned with handling incoming socket connections.
 

Constructors in amber.server with parameters of type ConnectionReceiver
Listener(ConnectionReceiver receiver, int portNumber, Log loggingFile, java.lang.String threadName, int type)
          Construct the thread, with it's parent class so it may pass back messages.
Listener(ConnectionReceiver receiver, int portNumber, Log loggingFile, java.lang.String threadName, int type, int pendingAllowed)
          Construct the thread, with it's parent class so it may pass back messages.
 

Uses of ConnectionReceiver in amber.server.manager.connection
 

Classes in amber.server.manager.connection that implement ConnectionReceiver
 class LoginManager
          Thread to deal with the initial reception of login packets.
 class LoginThread
          Thread to deal with the initial reception of login packets.
 



Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.