Uses of Class
org.eclipse.net4j.signal.SignalActor
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.
Reusable implementation of a server-to-client authentication signal and related API.
-
Uses of SignalActor in org.eclipse.net4j.signal
Modifier and TypeClassDescriptionclass
class
class
class
Represents the sender side of a one-waysignal
, i.e., one with no response.class
RequestWithConfirmation<RESULT>
Represents the sender side of a two-waysignal
, i.e., one with a response.class
RequestWithMonitoring<RESULT>
Represents the sender side of a two-waysignal
with additional support for remote progress monitoring. -
Uses of SignalActor in org.eclipse.net4j.signal.confirmation
-
Uses of SignalActor in org.eclipse.net4j.signal.security