Uses of Class
jade.imtp.leap.ICPException
-
Packages that use ICPException Package Description jade.imtp.leap jade.imtp.leap.http jade.imtp.leap.JICP jade.imtp.leap.nio jade.imtp.leap.sms -
-
Uses of ICPException in jade.imtp.leap
Subclasses of ICPException in jade.imtp.leap Modifier and Type Class Description classConnectionDroppedclassICPDispatchExceptionMethods in jade.imtp.leap that return ICPException Modifier and Type Method Description ICPExceptionMicroStub.PostponedCommand. getException()Methods in jade.imtp.leap with parameters of type ICPException Modifier and Type Method Description protected voidBackEndStub. handlePostponedCommandExpired(Command c, ICPException exception)protected voidMicroStub. handlePostponedCommandExpired(Command c, ICPException exception)Methods in jade.imtp.leap that throw ICPException Modifier and Type Method Description TransportAddressICP. activate(ICP.Listener l, String peerID, Profile p)Start listening for platform management commandsabstract StringTransportProtocol. addrToString(TransportAddress ta)FIXME: should throw a dedicated exceptionstatic SSLContextSSLHelper. createContext()static SSLContextSSLHelper. createContext(String keystore, String passphrase)static SSLContextSSLHelper. createContextNoAuth()creates a SSLContext without a keystore or truststorestatic SSLContextSSLHelper. createContextWithAuth()creates a SSLContext with a keystore, no truststore is usedvoidICP. deactivate()Stop listening for platform management commandsbyte[]ICP. deliverCommand(TransportAddress ta, byte[] payload, boolean requireFreshConnection)Deliver a command to the specified transport addressbyte[]Dispatcher. dispatch(byte[] cmd, boolean flush, int sessionId)static PropertiesFrontEndStub. parseCreateMediatorRequest(String s)protected VectorTransportProtocol. parseURL(String url)FIXME: should throw a dedicated exceptionabstract TransportAddressTransportProtocol. stringToAddr(String s)FIXME: should throw a dedicated exceptionConstructors in jade.imtp.leap with parameters of type ICPException Constructor Description PostponedCommand(Command c, int sessionId, ICPException icpe) -
Uses of ICPException in jade.imtp.leap.http
Methods in jade.imtp.leap.http that throw ICPException Modifier and Type Method Description StringHTTPProtocol. addrToString(TransportAddress ta)StringHTTPSProtocol. addrToString(TransportAddress ta)byte[]HTTPBEDispatcher. dispatch(byte[] payload, boolean flush, int oldSessionId)This is called by the Stub using this Dispatcher to dispatch a serialized command to the FrontEnd.byte[]HTTPFEDispatcher. dispatch(byte[] payload, boolean flush, int oldSessionId)Dispatch a serialized command to the BackEnd and get back a serialized response.JICPPacketHTTPBEDispatcher. handleJICPPacket(JICPPacket pkt, InetAddress addr, int port)Handle an incoming JICP packet received by the MediatorManager.voidHTTPBEDispatcher. init(JICPMediatorManager mgr, String id, Properties props)Initialize parameters and activate the BackEndContainerprotected BackEndSkelHTTPBEDispatcher. startBackEndContainer(Properties props)TransportAddressHTTPProtocol. stringToAddr(String s) -
Uses of ICPException in jade.imtp.leap.JICP
Methods in jade.imtp.leap.JICP that throw ICPException 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 portStringJICPProtocol. addrToString(TransportAddress ta)Constructor declarationvoidJICPPeer. deactivate()stop listening for internal platform messagesbyte[]JICPPeer. deliverCommand(TransportAddress ta, byte[] payload, boolean requireFreshConnection)deliver a serialized command to a given transport addressbyte[]MaskableJICPPeer. deliverCommand(TransportAddress ta, byte[] payload, boolean requireFreshConnection)deliver a serialized command to a given transport addressbyte[]BIBEDispatcher. dispatch(byte[] payload, boolean flush, int oldSessionId)byte[]BIFEDispatcher. dispatch(byte[] payload, boolean flush, int oldSessionId)Deliver a serialized command to the BackEnd.byte[]FrontEndDispatcher. dispatch(byte[] payload, boolean flush, int oldSessionId)Deliver a serialized command to the BackEnd.protected ServerSocketJICPPeer. getServerSocket(String host, int port, boolean changePortIfBusy)protected ServerSocketJICPSPeer. getServerSocket(String host, int port, boolean changePortIfBusy)JICPPacketBIBEDispatcher. handleJICPPacket(JICPPacket p, InetAddress addr, int port)This is called by the JICPServer when a JICP packet addressing this mediator as recipient-ID is received.JICPPacketJICPMediator. handleJICPPacket(JICPPacket p, InetAddress addr, int port)Passes to this JICPMediator a JICP packet.voidBIBEDispatcher. init(JICPMediatorManager mgr, String id, Properties props)Initialize parameters and start the embedded threadvoidJICPMediator. init(JICPMediatorManager mgr, String id, Properties props)Initialize this JICPMediatorprotected BackEndSkelBIBEDispatcher. startBackEndContainer(Properties props)TransportAddressJICPProtocol. stringToAddr(String s)Method declarationprotected voidFrontEndDispatcher. undrop()Constructors in jade.imtp.leap.JICP that throw ICPException Constructor Description JICPServer(Profile p, JICPPeer myPeer, ICP.Listener l, ConnectionFactory f, int max)Constructor declaration -
Uses of ICPException in jade.imtp.leap.nio
Methods in jade.imtp.leap.nio that throw ICPException Modifier and Type Method Description byte[]BackEndDispatcher. dispatch(byte[] payload, boolean flush, int oldSessionId)byte[]NIOBEDispatcher. dispatch(byte[] payload, boolean flush, int oldSessionId)byte[]NIOHTTPBEDispatcher. dispatch(byte[] payload, boolean flush, int oldSessionId)This is called by the Stub using this Dispatcher to dispatch a serialized command to the FrontEnd.JICPPacketBackEndDispatcher. handleJICPPacket(Connection c, JICPPacket pkt, InetAddress addr, int port)Overloaded version of the handleJICPPacket() method including theConnectionthe incoming JICPPacket was received from.JICPPacketBackEndDispatcher. handleJICPPacket(JICPPacket p, InetAddress addr, int port)Passes to this mediator a JICPPacket received by the JICPMediatorManager this mediator is attached to.JICPPacketNIOBEDispatcher. handleJICPPacket(Connection c, JICPPacket pkt, InetAddress addr, int port)Overloaded version of the handleJICPPacket() method including theConnectionthe incoming JICPPacket was received from.JICPPacketNIOBEDispatcher. handleJICPPacket(JICPPacket p, InetAddress addr, int port)Passes to this mediator a JICPPacket received by the JICPMediatorManager this mediator is attached to.JICPPacketNIOHTTPBEDispatcher. handleJICPPacket(Connection c, JICPPacket pkt, InetAddress addr, int port)Handle an incoming JICP packet received by the MediatorManagerJICPPacketNIOHTTPBEDispatcher. handleJICPPacket(JICPPacket pkt, InetAddress addr, int port)JICPPacketNIOMediator. handleJICPPacket(Connection c, JICPPacket p, InetAddress addr, int port)Overloaded version of the handleJICPPacket() method including theConnectionthe incoming JICPPacket was received from.voidBackEndDispatcher. init(JICPMediatorManager mgr, String id, Properties props)Initialize this NIOMediatorvoidNIOBEDispatcher. init(JICPMediatorManager mgr, String id, Properties props)Initialize this JICPMediatorvoidNIOHTTPBEDispatcher. init(JICPMediatorManager mgr, String id, Properties props)Initialize parameters and activate the BackEndContainervoidNIOBEDispatcher.InputManager. sendServerKeepAlive()protected BackEndSkelBackEndDispatcher. startBackEndContainer(Properties props)protected BackEndSkelNIOBEDispatcher. startBackEndContainer(Properties props)Constructors in jade.imtp.leap.nio that throw ICPException Constructor Description SSLEngineHelper(String host, int port, NIOJICPConnection connection)Creates and initializes ByteBuffers and SSLEngine necessary for ssl/nio. -
Uses of ICPException in jade.imtp.leap.sms
Methods in jade.imtp.leap.sms that throw ICPException Modifier and Type Method Description protected voidPhoneBasedSMSManager. init(Properties pp)voidSMSBEDispatcher. init(JICPMediatorManager mgr, String id, Properties props)protected voidSMSManager. init(Properties pp)
-