Uses of Class
org.eclipse.net4j.signal.RequestWithConfirmation
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 RequestWithConfirmation in org.eclipse.net4j.signal
Modifier and TypeClassDescriptionclass
RequestWithMonitoring<RESULT>
Represents the sender side of a two-waysignal
with additional support for remote progress monitoring.ModifierConstructorDescriptionRemoteException
(Throwable remoteCause, RequestWithConfirmation<?> localRequest, boolean whileResponding) -
Uses of RequestWithConfirmation in org.eclipse.net4j.signal.confirmation
-
Uses of RequestWithConfirmation in org.eclipse.net4j.signal.security