Uses of Class
pt.unl.fct.di.novasys.channel.base.SingleThreadedChannel
Packages that use SingleThreadedChannel
Package
Description
-
Uses of SingleThreadedChannel in pt.unl.fct.di.novasys.babel.channels.multi
Subclasses of SingleThreadedChannel in pt.unl.fct.di.novasys.babel.channels.multi -
Uses of SingleThreadedChannel in pt.unl.fct.di.novasys.channel.accrual
Subclasses of SingleThreadedChannel 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 SingleThreadedChannel in pt.unl.fct.di.novasys.channel.ackos
Subclasses of SingleThreadedChannel in pt.unl.fct.di.novasys.channel.ackos -
Uses of SingleThreadedChannel in pt.unl.fct.di.novasys.channel.base
Subclasses of SingleThreadedChannel in pt.unl.fct.di.novasys.channel.baseModifier and TypeClassDescriptionclass
class
class
-
Uses of SingleThreadedChannel in pt.unl.fct.di.novasys.channel.simpleclientserver
Subclasses of SingleThreadedChannel in pt.unl.fct.di.novasys.channel.simpleclientserver -
Uses of SingleThreadedChannel in pt.unl.fct.di.novasys.channel.tcp
Subclasses of SingleThreadedChannel 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.