Uses of Class
pt.unl.fct.di.novasys.network.data.Host
Packages that use Host
Package
Description
-
Uses of Host in pt.unl.fct.di.novasys.babel.core
Methods in pt.unl.fct.di.novasys.babel.core with parameters of type HostModifier and TypeMethodDescriptionvoid
ChannelToProtoForwarder.deliverMessage
(BabelMessage message, Host host) void
ChannelToProtoForwarder.messageFailed
(BabelMessage addressedMessage, Host host, Throwable throwable) void
ChannelToProtoForwarder.messageSent
(BabelMessage addressedMessage, Host host) -
Uses of Host in pt.unl.fct.di.novasys.babel.handlers
Methods in pt.unl.fct.di.novasys.babel.handlers with parameters of type HostModifier and TypeMethodDescriptionvoid
MessageFailedHandler.onMessageFailed
(T msg, Host to, short destProto, Throwable cause, int channelId) Performs this operation on the ProtocolMessage.void
MessageSentHandler.onMessageSent
(T msg, Host to, short destProto, int channelId) Performs this operation on the ProtocolMessage.void
Performs this operation on the ProtocolMessage. -
Uses of Host in pt.unl.fct.di.novasys.babel.internal
Methods in pt.unl.fct.di.novasys.babel.internal that return HostModifier and TypeMethodDescriptionfinal Host
MessageInEvent.getFrom()
final Host
MessageFailedEvent.getTo()
final Host
MessageSentEvent.getTo()
Constructors in pt.unl.fct.di.novasys.babel.internal with parameters of type HostModifierConstructorDescriptionMessageFailedEvent
(BabelMessage msg, Host to, Throwable cause, int channelId) Create a protocol message event with the provided numeric identifierMessageInEvent
(BabelMessage msg, Host from, int channelId) Create a protocol message event with the provided numeric identifierMessageSentEvent
(BabelMessage msg, Host to, int channelId) Create a protocol message event with the provided numeric identifier -
Uses of Host in pt.unl.fct.di.novasys.channel
Methods in pt.unl.fct.di.novasys.channel with parameters of type HostModifier and TypeMethodDescriptionvoid
IChannel.closeConnection
(Host peer, int connection) void
ChannelListener.deliverMessage
(T msg, Host from) void
ChannelListener.messageFailed
(T msg, Host to, Throwable cause) void
ChannelListener.messageSent
(T msg, Host to) void
IChannel.openConnection
(Host peer) void
IChannel.sendMessage
(T msg, Host peer, int connection) -
Uses of Host in pt.unl.fct.di.novasys.channel.accrual.events
Methods in pt.unl.fct.di.novasys.channel.accrual.events that return types with arguments of type HostConstructor parameters in pt.unl.fct.di.novasys.channel.accrual.events with type arguments of type Host -
Uses of Host in pt.unl.fct.di.novasys.channel.ackos.events
Methods in pt.unl.fct.di.novasys.channel.ackos.events that return HostConstructors in pt.unl.fct.di.novasys.channel.ackos.events with parameters of type Host -
Uses of Host in pt.unl.fct.di.novasys.channel.base
Methods in pt.unl.fct.di.novasys.channel.base with parameters of type HostModifier and TypeMethodDescriptionvoid
SingleThreadedChannel.closeConnection
(Host peer, int connection) void
SingleThreadedChannel.openConnection
(Host peer) void
SingleThreadedChannel.sendMessage
(T msg, Host peer, int connection) -
Uses of Host in pt.unl.fct.di.novasys.channel.simpleclientserver.events
Methods in pt.unl.fct.di.novasys.channel.simpleclientserver.events that return HostModifier and TypeMethodDescriptionClientDownEvent.getClient()
ClientUpEvent.getClient()
ServerDownEvent.getServer()
ServerFailedEvent.getServer()
ServerUpEvent.getServer()
Constructors in pt.unl.fct.di.novasys.channel.simpleclientserver.events with parameters of type HostModifierConstructorDescriptionClientDownEvent
(Host client, Throwable cause) ClientUpEvent
(Host client) ServerDownEvent
(Host server, Throwable cause) ServerFailedEvent
(Host server, Throwable cause) ServerUpEvent
(Host server) -
Uses of Host in pt.unl.fct.di.novasys.channel.tcp
Methods in pt.unl.fct.di.novasys.channel.tcp with parameters of type HostModifier and TypeMethodDescriptionvoid
MultithreadedTCPChannel.closeConnection
(Host peer, int connection) void
MultithreadedTCPChannel.openConnection
(Host peer) void
MultithreadedTCPChannel.sendMessage
(T msg, Host peer, int connection) -
Uses of Host in pt.unl.fct.di.novasys.channel.tcp.events
Methods in pt.unl.fct.di.novasys.channel.tcp.events that return HostModifier and TypeMethodDescriptionInConnectionDown.getNode()
InConnectionUp.getNode()
OutConnectionDown.getNode()
OutConnectionFailed.getNode()
OutConnectionUp.getNode()
ChannelMetrics.ConnectionMetrics.getPeer()
Constructors in pt.unl.fct.di.novasys.channel.tcp.events with parameters of type HostModifierConstructorDescriptionConnectionMetrics
(Host peer, long receivedAppBytes, long sentAppBytes, long receivedControlBytes, long sentControlBytes, long receivedAppMessages, long sentAppMessages, long receivedControlMessages, long sentControlMessages, boolean active) InConnectionDown
(Host node, Throwable cause) InConnectionUp
(Host node) OutConnectionDown
(Host node, Throwable cause) OutConnectionFailed
(Host node, Queue<T> pendingMessages, Throwable cause) OutConnectionUp
(Host node) Constructor parameters in pt.unl.fct.di.novasys.channel.tcp.events with type arguments of type HostModifierConstructorDescriptionChannelMetrics
(List<org.apache.commons.lang3.tuple.Pair<Host, Connection<T>>> oldIn, List<org.apache.commons.lang3.tuple.Pair<Host, ConnectionState<T>>> oldOUt, Map<Host, LinkedList<Connection<T>>> in, Map<Host, ConnectionState<T>> out) ChannelMetrics
(List<org.apache.commons.lang3.tuple.Pair<Host, Connection<T>>> oldIn, List<org.apache.commons.lang3.tuple.Pair<Host, ConnectionState<T>>> oldOUt, Map<Host, LinkedList<Connection<T>>> in, Map<Host, ConnectionState<T>> out) -
Uses of Host in pt.unl.fct.di.novasys.network
Methods in pt.unl.fct.di.novasys.network that return HostMethods in pt.unl.fct.di.novasys.network with parameters of type HostModifier and TypeMethodDescriptionNetworkManager.createConnection
(Host peer, Attributes attrs, OutConnListener<T> listener) void
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 Host in pt.unl.fct.di.novasys.network.data
Fields in pt.unl.fct.di.novasys.network.data with type parameters of type HostMethods in pt.unl.fct.di.novasys.network.data that return HostMethods in pt.unl.fct.di.novasys.network.data with parameters of type Host -
Uses of Host in pt.unl.fct.di.novasys.network.pipeline
Methods in pt.unl.fct.di.novasys.network.pipeline that return HostConstructors in pt.unl.fct.di.novasys.network.pipeline with parameters of type HostModifierConstructorDescriptionOutConnectionHandler
(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)