Uses of Interface
jade.imtp.leap.Dispatcher
-
Packages that use Dispatcher Package Description jade.imtp.leap jade.imtp.leap.http jade.imtp.leap.JICP jade.imtp.leap.nio jade.imtp.leap.sms -
-
Uses of Dispatcher in jade.imtp.leap
Fields in jade.imtp.leap declared as Dispatcher Modifier and Type Field Description protected DispatcherMicroStub. myDispatcherConstructors in jade.imtp.leap with parameters of type Dispatcher Constructor Description BackEndStub(Dispatcher d, Properties props)FrontEndStub(Dispatcher d)MicroStub(Dispatcher d) -
Uses of Dispatcher in jade.imtp.leap.http
Classes in jade.imtp.leap.http that implement Dispatcher Modifier and Type Class Description classHTTPBEDispatcherClass declarationclassHTTPFEDispatcherFrontEnd-side dispatcher class using JICP over HTTP as transport protocolclassHTTPFESDispatcher -
Uses of Dispatcher in jade.imtp.leap.JICP
Classes in jade.imtp.leap.JICP that implement Dispatcher Modifier and Type Class Description classBIBEDispatcherClass declarationclassBIFEDispatcherClass declarationclassBIFESDispatcherclass for setting up a secure BIFEDispatcherclassFrontEndDispatcherSingle full-duplex connection based Front End side dispatcher classclassFrontEndSDispatcherclass for setting up a secure FrontEndDispatcher -
Uses of Dispatcher in jade.imtp.leap.nio
Classes in jade.imtp.leap.nio that implement Dispatcher Modifier and Type Class Description classBackEndDispatcherThis class implements the FrontEndDispatcher related BackEnd dispatcher managable by an asynchronous JICPMediatorManagerclassNIOBEDispatcherThis class implements the BIFEDispatcher related BackEnd dispatcher managable by an asynchronous JICPMediatorManagerclassNIOHTTPBEDispatcher -
Uses of Dispatcher in jade.imtp.leap.sms
Classes in jade.imtp.leap.sms that implement Dispatcher Modifier and Type Class Description classSMSBEDispatcherBackEnd side dispatcher class that extendsNIOBEDispatcherand uses SMS to perform OUT-of-bound notifications to the FrontEnd when the connection (currently dropped) must be re-established.
-