Uses of Class
pt.unl.fct.di.novasys.channel.ChannelEvent
Packages that use ChannelEvent
Package
Description
-
Uses of ChannelEvent in pt.unl.fct.di.novasys.babel.core
Methods in pt.unl.fct.di.novasys.babel.core with parameters of type ChannelEventModifier and TypeMethodDescriptionvoid
ChannelToProtoForwarder.deliverEvent
(ChannelEvent channelEvent) -
Uses of ChannelEvent in pt.unl.fct.di.novasys.babel.handlers
Classes in pt.unl.fct.di.novasys.babel.handlers with type parameters of type ChannelEventModifier and TypeInterfaceDescriptioninterface
ChannelEventHandler<T extends ChannelEvent>
Represents an operation that accepts a single input argument and returns no result. -
Uses of ChannelEvent in pt.unl.fct.di.novasys.babel.internal
Methods in pt.unl.fct.di.novasys.babel.internal that return ChannelEventConstructors in pt.unl.fct.di.novasys.babel.internal with parameters of type ChannelEventModifierConstructorDescriptionCustomChannelEvent
(ChannelEvent evt, int channelId) Create a protocol message event with the provided numeric identifier -
Uses of ChannelEvent in pt.unl.fct.di.novasys.channel
Methods in pt.unl.fct.di.novasys.channel with parameters of type ChannelEvent -
Uses of ChannelEvent in pt.unl.fct.di.novasys.channel.accrual.events
Subclasses of ChannelEvent in pt.unl.fct.di.novasys.channel.accrual.events -
Uses of ChannelEvent in pt.unl.fct.di.novasys.channel.ackos.events
Subclasses of ChannelEvent in pt.unl.fct.di.novasys.channel.ackos.events -
Uses of ChannelEvent in pt.unl.fct.di.novasys.channel.simpleclientserver.events
Subclasses of ChannelEvent in pt.unl.fct.di.novasys.channel.simpleclientserver.eventsModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of ChannelEvent in pt.unl.fct.di.novasys.channel.tcp.events
Subclasses of ChannelEvent in pt.unl.fct.di.novasys.channel.tcp.eventsModifier and TypeClassDescriptionclass
Triggered periodically if enabled.class
Triggered when an incoming connection is disconnected.class
Triggered when an incoming connection is established.class
Triggered when an established outbound connection is disconnected.class
Triggered when an outbound connection fails to establish.class
Triggered when a new outbound connection is established.class