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 TypeMethodDescriptionvoidAccrualChannel.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 TypeMethodDescriptionvoidAckosChannel.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 TypeMethodDescriptionvoidSingleThreadedChannel.deliverMessage(Y msg, Connection<Y> conn) voidSingleThreadedBiChannel.inboundConnectionDown(Connection<Y> con, Throwable cause) voidSingleThreadedServerChannel.inboundConnectionDown(Connection<Y> con, Throwable cause) voidSingleThreadedBiChannel.inboundConnectionUp(Connection<Y> con) voidSingleThreadedServerChannel.inboundConnectionUp(Connection<Y> con) voidSingleThreadedBiChannel.outboundConnectionDown(Connection<Y> con, Throwable cause) voidSingleThreadedClientChannel.outboundConnectionDown(Connection<Y> con, Throwable cause) voidSingleThreadedBiChannel.outboundConnectionFailed(Connection<Y> con, Throwable cause) voidSingleThreadedClientChannel.outboundConnectionFailed(Connection<Y> con, Throwable cause) voidSingleThreadedBiChannel.outboundConnectionUp(Connection<Y> con) voidSingleThreadedClientChannel.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 TypeMethodDescriptionvoidSimpleClientChannel.onDeliverMessage(T msg, Connection<T> conn) voidSimpleServerChannel.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 TypeMethodDescriptionvoidMultithreadedTCPChannel.deliverMessage(T msg, Connection<T> conn) voidMultithreadedTCPChannel.inboundConnectionDown(Connection<T> conn, Throwable cause) voidMultithreadedTCPChannel.inboundConnectionUp(Connection<T> con) voidTCPChannel.onDeliverMessage(T msg, Connection<T> conn) voidMultithreadedTCPChannel.outboundConnectionDown(Connection<T> conn, Throwable cause) voidMultithreadedTCPChannel.outboundConnectionFailed(Connection<T> conn, Throwable cause) voidMultithreadedTCPChannel.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 TypeMethodDescriptionvoidMessageListener.deliverMessage(T msg, Connection<T> conn) Method that is called to deliver a message from the network layer to the applicationvoidInConnListener.inboundConnectionDown(Connection<T> con, Throwable cause) voidInConnListener.inboundConnectionUp(Connection<T> con) voidOutConnListener.outboundConnectionDown(Connection<T> con, Throwable cause) voidOutConnListener.outboundConnectionFailed(Connection<T> con, Throwable cause) voidOutConnListener.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 TypeClassDescriptionclassclassclass