Uses of Interface
pt.unl.fct.di.novasys.network.Connection
Packages that use Connection
Package
Description
-
Uses of Connection in pt.unl.fct.di.novasys.channel.accrual
Methods in pt.unl.fct.di.novasys.channel.accrual that return ConnectionModifier and TypeMethodDescriptionInConnectionState.getConnection()
OutConnectionState.getConnection()
Methods in pt.unl.fct.di.novasys.channel.accrual with parameters of type ConnectionModifier and TypeMethodDescriptionvoid
AccrualChannel.onDeliverMessage
(AccrualMessage<T> msg, Connection<AccrualMessage<T>> conn) Constructors in pt.unl.fct.di.novasys.channel.accrual with parameters of type ConnectionModifierConstructorDescriptionInConnectionState
(Connection<T> conn) OutConnectionState
(Connection<T> conn) OutConnectionState
(Connection<T> conn, Queue<T> initialQueue) -
Uses of Connection in pt.unl.fct.di.novasys.channel.ackos
Methods in pt.unl.fct.di.novasys.channel.ackos with parameters of type ConnectionModifier and TypeMethodDescriptionvoid
AckosChannel.onDeliverMessage
(AckosMessage<T> msg, Connection<AckosMessage<T>> conn) -
Uses of Connection in pt.unl.fct.di.novasys.channel.base
Methods in pt.unl.fct.di.novasys.channel.base with parameters of type ConnectionModifier and TypeMethodDescriptionvoid
SingleThreadedChannel.deliverMessage
(Y msg, Connection<Y> conn) void
SingleThreadedBiChannel.inboundConnectionDown
(Connection<Y> con, Throwable cause) void
SingleThreadedServerChannel.inboundConnectionDown
(Connection<Y> con, Throwable cause) void
SingleThreadedBiChannel.inboundConnectionUp
(Connection<Y> con) void
SingleThreadedServerChannel.inboundConnectionUp
(Connection<Y> con) void
SingleThreadedBiChannel.outboundConnectionDown
(Connection<Y> con, Throwable cause) void
SingleThreadedClientChannel.outboundConnectionDown
(Connection<Y> con, Throwable cause) void
SingleThreadedBiChannel.outboundConnectionFailed
(Connection<Y> con, Throwable cause) void
SingleThreadedClientChannel.outboundConnectionFailed
(Connection<Y> con, Throwable cause) void
SingleThreadedBiChannel.outboundConnectionUp
(Connection<Y> con) void
SingleThreadedClientChannel.outboundConnectionUp
(Connection<Y> con) -
Uses of Connection in pt.unl.fct.di.novasys.channel.simpleclientserver
Methods in pt.unl.fct.di.novasys.channel.simpleclientserver with parameters of type ConnectionModifier and TypeMethodDescriptionvoid
SimpleClientChannel.onDeliverMessage
(T msg, Connection<T> conn) void
SimpleServerChannel.onDeliverMessage
(T msg, Connection<T> conn) -
Uses of Connection in pt.unl.fct.di.novasys.channel.tcp
Methods in pt.unl.fct.di.novasys.channel.tcp that return ConnectionMethods in pt.unl.fct.di.novasys.channel.tcp with parameters of type ConnectionModifier and TypeMethodDescriptionvoid
MultithreadedTCPChannel.deliverMessage
(T msg, Connection<T> conn) void
MultithreadedTCPChannel.inboundConnectionDown
(Connection<T> conn, Throwable cause) void
MultithreadedTCPChannel.inboundConnectionUp
(Connection<T> con) void
TCPChannel.onDeliverMessage
(T msg, Connection<T> conn) void
MultithreadedTCPChannel.outboundConnectionDown
(Connection<T> conn, Throwable cause) void
MultithreadedTCPChannel.outboundConnectionFailed
(Connection<T> conn, Throwable cause) void
MultithreadedTCPChannel.outboundConnectionUp
(Connection<T> conn) Constructors in pt.unl.fct.di.novasys.channel.tcp with parameters of type ConnectionModifierConstructorDescriptionConnectionState
(Connection<T> conn) ConnectionState
(Connection<T> conn, Queue<T> initialQueue) -
Uses of Connection in pt.unl.fct.di.novasys.channel.tcp.events
Constructor parameters in pt.unl.fct.di.novasys.channel.tcp.events with type arguments of type ConnectionModifierConstructorDescriptionChannelMetrics
(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 Connection in pt.unl.fct.di.novasys.network
Methods in pt.unl.fct.di.novasys.network that return ConnectionModifier and TypeMethodDescriptionNetworkManager.createConnection
(Host peer, Attributes attrs, OutConnListener<T> listener) -
Uses of Connection in pt.unl.fct.di.novasys.network.listeners
Methods in pt.unl.fct.di.novasys.network.listeners with parameters of type ConnectionModifier and TypeMethodDescriptionvoid
MessageListener.deliverMessage
(T msg, Connection<T> conn) Method that is called to deliver a message from the network layer to the applicationvoid
InConnListener.inboundConnectionDown
(Connection<T> con, Throwable cause) void
InConnListener.inboundConnectionUp
(Connection<T> con) void
OutConnListener.outboundConnectionDown
(Connection<T> con, Throwable cause) void
OutConnListener.outboundConnectionFailed
(Connection<T> con, Throwable cause) void
OutConnListener.outboundConnectionUp
(Connection<T> con) -
Uses of Connection in pt.unl.fct.di.novasys.network.pipeline
Classes in pt.unl.fct.di.novasys.network.pipeline that implement ConnectionModifier and TypeClassDescriptionclass
class
class