Uses of Class
org.eclipse.net4j.signal.SignalReactor
Package
Description
A framework for request/response based communication on top of the Net4j transport layer.
Reusable implementation of a server-to-client confirmation signal and related API.
A signal protocol implementation that realizes a configurable heart beat protocol.
Reusable implementation of a server-to-client authentication signal and related API.
-
Uses of SignalReactor in org.eclipse.net4j.signal
Modifier and TypeClassDescriptionclass
class
Represents the receiver side of a one-waysignal
, i.e., one with no response.class
Represents the receiver side of a two-waysignal
with additional support for remote progress monitoring.class
Represents the receiver side of a two-waysignal
, i.e., one with a response.class
class
Modifier and TypeMethodDescriptionprotected SignalReactor
SignalProtocol.createSignalReactor
(short signalID) Returns a new signal instance to serve the given signal ID ornull
if the signal ID is invalid/unknown for this protocol.protected final SignalReactor
SignalProtocol.provideSignalReactor
(short signalID) -
Uses of SignalReactor in org.eclipse.net4j.signal.confirmation
Modifier and TypeClassDescriptionclass
ConfirmationIndication<PROTOCOL extends SignalProtocol<?> & org.eclipse.net4j.util.confirmation.IConfirmationProvider.Provider>
-
Uses of SignalReactor in org.eclipse.net4j.signal.heartbeat
Modifier and TypeMethodDescriptionprotected SignalReactor
HeartBeatProtocol.createSignalReactor
(short signalID) protected SignalReactor
HeartBeatProtocol.Server.createSignalReactor
(short signalID) -
Uses of SignalReactor in org.eclipse.net4j.signal.security