|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractReliableFifoChannel | |
org.objectweb.tribe.channel | Tribe channel package. |
org.objectweb.tribe.channel.tcp | Tribe TCP channel package. |
Uses of AbstractReliableFifoChannel in org.objectweb.tribe.channel |
Methods in org.objectweb.tribe.channel that return AbstractReliableFifoChannel | |
abstract AbstractReliableFifoChannel |
AbstractServerChannel.accept()
Accepts a new incoming connection. |
abstract AbstractReliableFifoChannel |
AbstractChannelPool.getChannel(Address destination)
Get a reliable fifo serverSocket to the given destination. |
Methods in org.objectweb.tribe.channel with parameters of type AbstractReliableFifoChannel | |
boolean |
AbstractChannelPool.removeChannelFromPool(AbstractReliableFifoChannel channel)
Removed the specified channel from the pool. |
Uses of AbstractReliableFifoChannel in org.objectweb.tribe.channel.tcp |
Subclasses of AbstractReliableFifoChannel in org.objectweb.tribe.channel.tcp | |
class |
TcpChannel
This class defines a TcpChannel |
Methods in org.objectweb.tribe.channel.tcp that return AbstractReliableFifoChannel | |
AbstractReliableFifoChannel |
TcpServerChannel.accept()
|
AbstractReliableFifoChannel |
TcpChannelPool.getChannel(Address destination)
|
Methods in org.objectweb.tribe.channel.tcp with parameters of type AbstractReliableFifoChannel | |
boolean |
TcpChannelPool.removeChannelFromPool(AbstractReliableFifoChannel channel)
Terminates the TCP reader thread as well. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |