Uses of Interface
pt.unl.fct.di.novasys.channel.IChannel
Packages that use IChannel
Package
Description
-
Uses of IChannel in pt.unl.fct.di.novasys.babel.channels.multi
Classes in pt.unl.fct.di.novasys.babel.channels.multi that implement IChannel -
Uses of IChannel in pt.unl.fct.di.novasys.babel.core
Method parameters in pt.unl.fct.di.novasys.babel.core with type arguments of type IChannelModifier and TypeMethodDescriptionvoid
Babel.registerChannelInitializer
(String name, ChannelInitializer<? extends IChannel<BabelMessage>> initializer) Registers a new channel in babel -
Uses of IChannel in pt.unl.fct.di.novasys.babel.initializers
Classes in pt.unl.fct.di.novasys.babel.initializers with type parameters of type IChannelModifier and TypeInterfaceDescriptioninterface
ChannelInitializer<T extends IChannel<BabelMessage>>
-
Uses of IChannel in pt.unl.fct.di.novasys.channel.accrual
Classes in pt.unl.fct.di.novasys.channel.accrual that implement IChannelModifier 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 IChannel in pt.unl.fct.di.novasys.channel.ackos
Classes in pt.unl.fct.di.novasys.channel.ackos that implement IChannel -
Uses of IChannel in pt.unl.fct.di.novasys.channel.base
Classes in pt.unl.fct.di.novasys.channel.base that implement IChannelModifier and TypeClassDescriptionclass
class
class
class
-
Uses of IChannel in pt.unl.fct.di.novasys.channel.simpleclientserver
Classes in pt.unl.fct.di.novasys.channel.simpleclientserver that implement IChannel -
Uses of IChannel in pt.unl.fct.di.novasys.channel.tcp
Classes in pt.unl.fct.di.novasys.channel.tcp that implement IChannelModifier and TypeClassDescriptionclass
Multithreaded channel with explicit openConnection.class
TCPChannel<T>
This channel is used for peer-to-peer applications, with every peer being able to both receive and establish connections.