Uses of Interface
jade.imtp.leap.ICP.Listener
-
Packages that use ICP.Listener Package Description jade.imtp.leap jade.imtp.leap.JICP -
-
Uses of ICP.Listener in jade.imtp.leap
Methods in jade.imtp.leap with parameters of type ICP.Listener Modifier and Type Method Description TransportAddressICP. activate(ICP.Listener l, String peerID, Profile p)Start listening for platform management commands -
Uses of ICP.Listener in jade.imtp.leap.JICP
Methods in jade.imtp.leap.JICP with parameters of type ICP.Listener Modifier and Type Method Description TransportAddressJICPPeer. activate(ICP.Listener l, String peerID, Profile p)Start listening for internal platform messages on the specified portTransportAddressJICPSPeer. activate(ICP.Listener l, String peerID, Profile p)TransportAddressMaskableJICPPeer. activate(ICP.Listener l, String peerID, Profile p)Start listening for internal platform messages on the specified portConstructors in jade.imtp.leap.JICP with parameters of type ICP.Listener Constructor Description JICPServer(Profile p, JICPPeer myPeer, ICP.Listener l, ConnectionFactory f, int max)Constructor declaration
-