Uses of Class
pt.unl.fct.di.novasys.channel.base.SingleThreadedBiChannel
Packages that use SingleThreadedBiChannel
Package
Description
-
Uses of SingleThreadedBiChannel in pt.unl.fct.di.novasys.babel.channels.multi
Subclasses of SingleThreadedBiChannel in pt.unl.fct.di.novasys.babel.channels.multi -
Uses of SingleThreadedBiChannel in pt.unl.fct.di.novasys.channel.accrual
Subclasses of SingleThreadedBiChannel in pt.unl.fct.di.novasys.channel.accrualModifier and TypeClassDescriptionclass
Based on the akka implementation of the Phi Accrual Failure Detector: https://github.com/akka/akka/blob/main/akka-remote/src/main/scala/akka/remote/PhiAccrualFailureDetector.scala -
Uses of SingleThreadedBiChannel in pt.unl.fct.di.novasys.channel.ackos
Subclasses of SingleThreadedBiChannel in pt.unl.fct.di.novasys.channel.ackos -
Uses of SingleThreadedBiChannel in pt.unl.fct.di.novasys.channel.tcp
Subclasses of SingleThreadedBiChannel in pt.unl.fct.di.novasys.channel.tcpModifier and TypeClassDescriptionclass
TCPChannel<T>
This channel is used for peer-to-peer applications, with every peer being able to both receive and establish connections.