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.coreMethods in pt.unl.fct.di.novasys.babel.core with parameters of type HostModifier and TypeMethodDescriptionvoidChannelToProtoForwarder.deliverMessage(BabelMessage message, Host host) voidChannelToProtoForwarder.messageFailed(BabelMessage addressedMessage, Host host, Throwable throwable) voidChannelToProtoForwarder.messageSent(BabelMessage addressedMessage, Host host) 
- 
Uses of Host in pt.unl.fct.di.novasys.babel.handlersMethods in pt.unl.fct.di.novasys.babel.handlers with parameters of type HostModifier and TypeMethodDescriptionvoidMessageFailedHandler.onMessageFailed(T msg, Host to, short destProto, Throwable cause, int channelId) Performs this operation on the ProtocolMessage.voidMessageSentHandler.onMessageSent(T msg, Host to, short destProto, int channelId) Performs this operation on the ProtocolMessage.voidPerforms this operation on the ProtocolMessage.
- 
Uses of Host in pt.unl.fct.di.novasys.babel.internalMethods in pt.unl.fct.di.novasys.babel.internal that return HostModifier and TypeMethodDescriptionfinal HostMessageInEvent.getFrom()final HostMessageFailedEvent.getTo()final HostMessageSentEvent.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.channelMethods in pt.unl.fct.di.novasys.channel with parameters of type HostModifier and TypeMethodDescriptionvoidIChannel.closeConnection(Host peer, int connection) voidChannelListener.deliverMessage(T msg, Host from) voidChannelListener.messageFailed(T msg, Host to, Throwable cause) voidChannelListener.messageSent(T msg, Host to) voidIChannel.openConnection(Host peer) voidIChannel.sendMessage(T msg, Host peer, int connection) 
- 
Uses of Host in pt.unl.fct.di.novasys.channel.accrual.eventsMethods 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.eventsMethods 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.baseMethods in pt.unl.fct.di.novasys.channel.base with parameters of type HostModifier and TypeMethodDescriptionvoidSingleThreadedChannel.closeConnection(Host peer, int connection) voidSingleThreadedChannel.openConnection(Host peer) voidSingleThreadedChannel.sendMessage(T msg, Host peer, int connection) 
- 
Uses of Host in pt.unl.fct.di.novasys.channel.simpleclientserver.eventsMethods 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.tcpMethods in pt.unl.fct.di.novasys.channel.tcp with parameters of type HostModifier and TypeMethodDescriptionvoidMultithreadedTCPChannel.closeConnection(Host peer, int connection) voidMultithreadedTCPChannel.openConnection(Host peer) voidMultithreadedTCPChannel.sendMessage(T msg, Host peer, int connection) 
- 
Uses of Host in pt.unl.fct.di.novasys.channel.tcp.eventsMethods 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.networkMethods 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) voidNetworkManager.createServerSocket(InConnListener<T> l, Host addr, AttributeValidator v) voidNetworkManager.createServerSocket(InConnListener<T> l, Host addr, AttributeValidator v, int childThreads) voidNetworkManager.createServerSocket(InConnListener<T> l, Host addr, AttributeValidator v, int childThreads, int parentThreads) voidNetworkManager.createServerSocket(InConnListener<T> l, Host addr, AttributeValidator v, io.netty.channel.EventLoopGroup childGroup) voidNetworkManager.createServerSocket(InConnListener<T> l, Host addr, Attributes attr, AttributeValidator v) voidNetworkManager.createServerSocket(InConnListener<T> l, Host addr, Attributes attr, AttributeValidator v, int childThreads) voidNetworkManager.createServerSocket(InConnListener<T> l, Host addr, Attributes attr, AttributeValidator v, int childThreads, int parentThreads) voidNetworkManager.createServerSocket(InConnListener<T> l, Host addr, Attributes attr, AttributeValidator v, io.netty.channel.EventLoopGroup childGroup) voidNetworkManager.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.dataFields 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.pipelineMethods 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)