Uses of Class
pt.unl.fct.di.novasys.network.data.Attributes
Packages that use Attributes
Package
Description
-
Uses of Attributes in pt.unl.fct.di.novasys.babel.channels.multi
Methods in pt.unl.fct.di.novasys.babel.channels.multi with parameters of type Attributes -
Uses of Attributes in pt.unl.fct.di.novasys.channel.accrual
Methods in pt.unl.fct.di.novasys.channel.accrual with parameters of type Attributes -
Uses of Attributes in pt.unl.fct.di.novasys.channel.ackos
Methods in pt.unl.fct.di.novasys.channel.ackos with parameters of type Attributes -
Uses of Attributes in pt.unl.fct.di.novasys.channel.simpleclientserver
Methods in pt.unl.fct.di.novasys.channel.simpleclientserver with parameters of type AttributesModifier and TypeMethodDescriptionboolean
SimpleServerChannel.validateAttributes
(Attributes attr) -
Uses of Attributes in pt.unl.fct.di.novasys.channel.tcp
Methods in pt.unl.fct.di.novasys.channel.tcp with parameters of type AttributesModifier and TypeMethodDescriptionboolean
MultithreadedTCPChannel.validateAttributes
(Attributes attr) boolean
TCPChannel.validateAttributes
(Attributes attr) -
Uses of Attributes in pt.unl.fct.di.novasys.network
Methods in pt.unl.fct.di.novasys.network that return AttributesMethods in pt.unl.fct.di.novasys.network with parameters of type AttributesModifier and TypeMethodDescriptionNetworkManager.createConnection
(Host peer, Attributes attrs, OutConnListener<T> listener) 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) boolean
AttributeValidator.validateAttributes
(Attributes attr) -
Uses of Attributes in pt.unl.fct.di.novasys.network.data
Fields in pt.unl.fct.di.novasys.network.data declared as AttributesFields in pt.unl.fct.di.novasys.network.data with type parameters of type AttributesMethods in pt.unl.fct.di.novasys.network.data that return Attributes -
Uses of Attributes in pt.unl.fct.di.novasys.network.messaging.control
Fields in pt.unl.fct.di.novasys.network.messaging.control declared as AttributesModifier and TypeFieldDescriptionfinal Attributes
FirstHandshakeMessage.attributes
final Attributes
SecondHandshakeMessage.attributes
Constructors in pt.unl.fct.di.novasys.network.messaging.control with parameters of type AttributesModifierConstructorDescriptionFirstHandshakeMessage
(int magicNumber, Attributes attributes) FirstHandshakeMessage
(Attributes attributes) SecondHandshakeMessage
(int magicNumber, Attributes attrs) SecondHandshakeMessage
(Attributes attrs) -
Uses of Attributes in pt.unl.fct.di.novasys.network.pipeline
Methods in pt.unl.fct.di.novasys.network.pipeline that return AttributesModifier and TypeMethodDescriptionfinal Attributes
ConnectionHandler.getPeerAttributes()
final Attributes
ConnectionHandler.getSelfAttributes()
Constructors in pt.unl.fct.di.novasys.network.pipeline with parameters of type AttributesModifierConstructorDescriptionConnectionHandler
(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) InHandshakeHandler
(AttributeValidator validator, Attributes myAttrs) 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) OutHandshakeHandler
(Attributes attrs) -
Uses of Attributes in pt.unl.fct.di.novasys.network.userevents
Methods in pt.unl.fct.di.novasys.network.userevents that return AttributesConstructors in pt.unl.fct.di.novasys.network.userevents with parameters of type Attributes