Uses of Interface
pt.unl.fct.di.novasys.network.listeners.MessageListener
Packages that use MessageListener
Package
Description
-
Uses of MessageListener in pt.unl.fct.di.novasys.babel.channels.multi
Classes in pt.unl.fct.di.novasys.babel.channels.multi that implement MessageListener -
Uses of MessageListener in pt.unl.fct.di.novasys.channel.accrual
Classes in pt.unl.fct.di.novasys.channel.accrual that implement MessageListenerModifier 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 MessageListener in pt.unl.fct.di.novasys.channel.ackos
Classes in pt.unl.fct.di.novasys.channel.ackos that implement MessageListener -
Uses of MessageListener in pt.unl.fct.di.novasys.channel.base
Classes in pt.unl.fct.di.novasys.channel.base that implement MessageListenerModifier and TypeClassDescriptionclass
class
class
class
-
Uses of MessageListener in pt.unl.fct.di.novasys.channel.simpleclientserver
Classes in pt.unl.fct.di.novasys.channel.simpleclientserver that implement MessageListener -
Uses of MessageListener in pt.unl.fct.di.novasys.channel.tcp
Classes in pt.unl.fct.di.novasys.channel.tcp that implement MessageListenerModifier 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. -
Uses of MessageListener in pt.unl.fct.di.novasys.network
Constructors in pt.unl.fct.di.novasys.network with parameters of type MessageListenerModifierConstructorDescriptionNetworkManager
(ISerializer<T> serializer, MessageListener<T> consumer, int hbInterval, int hbTolerance, int connectTimeout) Creates a new instanceNetworkManager
(ISerializer<T> serializer, MessageListener<T> consumer, int hbInterval, int hbTolerance, int connectTimeout, int nWorkerThreads) NetworkManager
(ISerializer<T> serializer, MessageListener<T> consumer, int hbInterval, int hbTolerance, int connectTimeout, io.netty.channel.EventLoopGroup workerGroup) -
Uses of MessageListener in pt.unl.fct.di.novasys.network.pipeline
Constructors in pt.unl.fct.di.novasys.network.pipeline with parameters of type MessageListenerModifierConstructorDescriptionConnectionHandler
(MessageListener<T> consumer, io.netty.channel.EventLoop loop, boolean incoming, Attributes selfAttrs) InConnectionHandler
(InConnListener<T> listener, MessageListener<T> consumer, io.netty.channel.EventLoop loop, Attributes selfAttrs, MessageEncoder<T> encoder, MessageDecoder<T> decoder) OutConnectionHandler
(Host peer, io.netty.bootstrap.Bootstrap bootstrap, OutConnListener<T> listener, MessageListener<T> consumer, ISerializer<T> serializer, io.netty.channel.EventLoop loop, Attributes selfAttrs, int hbInterval, int hbTolerance)