Uses of Interface
org.indy.PeerThreadManager

Packages that use PeerThreadManager
org.indy   
 

Uses of PeerThreadManager in org.indy
 

Classes in org.indy that implement PeerThreadManager
 class AbstractPeerThreadManager
          Provides a skeletal implementation of the ThreadManager interface that clients can use as the basis for their own implementations.
 class DefaultPeerThreadManager
          Default implementation of PeerThreadManager
 

Methods in org.indy that return PeerThreadManager
 PeerThreadManager TCPServer.getThreadManager()
          Gets the threadMgr attribute of the IdTCPServer object
 

Methods in org.indy with parameters of type PeerThreadManager
 void TCPServer.setThreadManager(PeerThreadManager threadMgr)
          Sets the threadMgr attribute of the IdTCPServer object
 



Copyright © 2002-2002 IndyJ. All Rights Reserved.