Uses of Interface
pt.unl.fct.di.novasys.babel2.events.NetworkEvent
Packages that use NetworkEvent
Package
Description
Core runtime, protocol lifecycle, executor models, and protocol extensions for Babel 2.
Event hierarchy defining network states, message delivery outcomes, protocol notifications, and runtime lifecycle events in Babel 2.
-
Uses of NetworkEvent in pt.unl.fct.di.novasys.babel2.core
Methods in pt.unl.fct.di.novasys.babel2.core with parameters of type NetworkEventModifier and TypeMethodDescriptionvoidBabel.delayedNetworkEvent(BabelChannel channel, NetworkEvent event, long delay, TimeUnit unit) Schedules aNetworkEventoriginating from the givenBabelChannelto be delivered to all interested registered protocols after a specified delay.voidBabel.deliverNetworkEvent(BabelChannel channel, NetworkEvent event) Delivers a network event that happened in the givenBabelChannel -
Uses of NetworkEvent in pt.unl.fct.di.novasys.babel2.events
Classes in pt.unl.fct.di.novasys.babel2.events that implement NetworkEventModifier and TypeClassDescriptionfinal recordNetworkEventdelivered to a protocol when a previously established connection tonodehas been closed.final recordNetworkEventdelivered to a protocol when an outgoing connection attempt tonodefailed before the connection could be established.final recordNetworkEventdelivered to a protocol when an outgoing connection tonodehas been successfully established on the protocol's channel.