Uses of Class
org.eclipse.net4j.signal.RequestWithConfirmation
- 
Packages that use RequestWithConfirmation Package Description org.eclipse.net4j.signal A framework for request/response based communication on top of the Net4j transport layer.org.eclipse.net4j.signal.confirmation Reusable implementation of a server-to-client confirmation signal and related API.org.eclipse.net4j.signal.security Reusable implementation of a server-to-client authentication signal and related API.
- 
- 
Uses of RequestWithConfirmation in org.eclipse.net4j.signalSubclasses of RequestWithConfirmation in org.eclipse.net4j.signal Modifier and Type Class Description classRequestWithMonitoring<RESULT>Represents the sender side of a two-waysignalwith additional support for remote progress monitoring.Methods in org.eclipse.net4j.signal that return RequestWithConfirmation Modifier and Type Method Description RequestWithConfirmation<?>RemoteException. getLocalRequest()Constructors in org.eclipse.net4j.signal with parameters of type RequestWithConfirmation Constructor Description RemoteException(java.lang.Throwable remoteCause, RequestWithConfirmation<?> localRequest, boolean whileResponding)
- 
Uses of RequestWithConfirmation in org.eclipse.net4j.signal.confirmationSubclasses of RequestWithConfirmation in org.eclipse.net4j.signal.confirmation Modifier and Type Class Description classConfirmationRequest
- 
Uses of RequestWithConfirmation in org.eclipse.net4j.signal.securitySubclasses of RequestWithConfirmation in org.eclipse.net4j.signal.security Modifier and Type Class Description classAuthenticationRequest
 
-