Uses of Class
org.objectweb.tribe.channel.AbstractServerChannel

Packages that use AbstractServerChannel
org.objectweb.tribe.channel Tribe channel package.  
org.objectweb.tribe.channel.tcp Tribe TCP channel package.  
 

Uses of AbstractServerChannel in org.objectweb.tribe.channel
 

Methods in org.objectweb.tribe.channel that return AbstractServerChannel
abstract  AbstractServerChannel AbstractChannelPool.getServerChannel(Address serverAddress)
          Get a server socket on the given address.
 

Methods in org.objectweb.tribe.channel with parameters of type AbstractServerChannel
 boolean AbstractChannelPool.removeServerChannelFromPool(AbstractServerChannel channel)
          Removed the specified channel from the pool.
 

Uses of AbstractServerChannel in org.objectweb.tribe.channel.tcp
 

Subclasses of AbstractServerChannel in org.objectweb.tribe.channel.tcp
 class TcpServerChannel
          This class defines a TcpServerChannel
 

Methods in org.objectweb.tribe.channel.tcp that return AbstractServerChannel
 AbstractServerChannel TcpChannelPool.getServerChannel(Address serverAddress)
           
 

Methods in org.objectweb.tribe.channel.tcp with parameters of type AbstractServerChannel
 boolean TcpChannelPool.removeServerChannelFromPool(AbstractServerChannel channel)
          Terminates the TCP accepter thread as well.
 

Constructors in org.objectweb.tribe.channel.tcp with parameters of type AbstractServerChannel
TcpServerAccepterThread(AbstractServerChannel serverSocket, java.util.HashMap channels, java.util.HashMap readerThreads, java.util.HashMap keyBuffers)
          Creates a new TcpServerAccepterThread object
 



Copyright © 2004 - ObjectWeb Consortium - All Rights Reserved.