Uses of Interface
pt.unl.fct.di.novasys.network.AttributeValidator
Packages that use AttributeValidator
Package
Description
-
Uses of AttributeValidator in pt.unl.fct.di.novasys.babel.channels.multi
Classes in pt.unl.fct.di.novasys.babel.channels.multi that implement AttributeValidator -
Uses of AttributeValidator in pt.unl.fct.di.novasys.channel.accrual
Classes in pt.unl.fct.di.novasys.channel.accrual that implement AttributeValidatorModifier 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 AttributeValidator in pt.unl.fct.di.novasys.channel.ackos
Classes in pt.unl.fct.di.novasys.channel.ackos that implement AttributeValidator -
Uses of AttributeValidator in pt.unl.fct.di.novasys.channel.simpleclientserver
Classes in pt.unl.fct.di.novasys.channel.simpleclientserver that implement AttributeValidator -
Uses of AttributeValidator in pt.unl.fct.di.novasys.channel.tcp
Classes in pt.unl.fct.di.novasys.channel.tcp that implement AttributeValidatorModifier 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 AttributeValidator in pt.unl.fct.di.novasys.network
Fields in pt.unl.fct.di.novasys.network declared as AttributeValidatorMethods in pt.unl.fct.di.novasys.network with parameters of type AttributeValidatorModifier and TypeMethodDescriptionvoid
NetworkManager.createServerSocket
(InConnListener<T> l, Host addr, AttributeValidator v) void
NetworkManager.createServerSocket
(InConnListener<T> l, Host addr, AttributeValidator v, int childThreads) void
NetworkManager.createServerSocket
(InConnListener<T> l, Host addr, AttributeValidator v, int childThreads, int parentThreads) void
NetworkManager.createServerSocket
(InConnListener<T> l, Host addr, AttributeValidator v, io.netty.channel.EventLoopGroup childGroup) void
NetworkManager.createServerSocket
(InConnListener<T> l, Host addr, Attributes attr, AttributeValidator v) void
NetworkManager.createServerSocket
(InConnListener<T> l, Host addr, Attributes attr, AttributeValidator v, int childThreads) void
NetworkManager.createServerSocket
(InConnListener<T> l, Host addr, Attributes attr, AttributeValidator v, int childThreads, int parentThreads) void
NetworkManager.createServerSocket
(InConnListener<T> l, Host addr, Attributes attr, AttributeValidator v, io.netty.channel.EventLoopGroup childGroup) void
NetworkManager.createServerSocket
(InConnListener<T> listener, Host listenAddr, Attributes attrs, AttributeValidator validator, io.netty.channel.EventLoopGroup childGroup, io.netty.channel.EventLoopGroup parentGroup) -
Uses of AttributeValidator in pt.unl.fct.di.novasys.network.pipeline
Constructors in pt.unl.fct.di.novasys.network.pipeline with parameters of type AttributeValidatorModifierConstructorDescriptionInHandshakeHandler
(AttributeValidator validator, Attributes myAttrs)