Uses of Class
jade.imtp.leap.JICP.JICPPacket
-
Packages that use JICPPacket Package Description jade.imtp.leap.http jade.imtp.leap.JICP jade.imtp.leap.nio jade.imtp.leap.sms -
-
Uses of JICPPacket in jade.imtp.leap.http
Methods in jade.imtp.leap.http that return JICPPacket Modifier and Type Method Description JICPPacketHTTPBEDispatcher. handleJICPPacket(JICPPacket pkt, InetAddress addr, int port)Handle an incoming JICP packet received by the MediatorManager.static JICPPacketHTTPHelper. readPacketFromHttp(byte[] input)static JICPPacketHTTPHelper. readPacketFromHttp(InputStream is)Methods in jade.imtp.leap.http with parameters of type JICPPacket Modifier and Type Method Description booleanHTTPBEDispatcher. handleIncomingConnection(Connection c, JICPPacket pkt, InetAddress addr, int port)Handle an incoming connection.JICPPacketHTTPBEDispatcher. handleJICPPacket(JICPPacket pkt, InetAddress addr, int port)Handle an incoming JICP packet received by the MediatorManager.static HTTPResponseHTTPHelper. wrapInHttp(JICPPacket pkt) -
Uses of JICPPacket in jade.imtp.leap.JICP
Methods in jade.imtp.leap.JICP that return JICPPacket Modifier and Type Method Description 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.protected JICPPacketBIBEDispatcher. handlePacket(JICPPacket pkt)protected JICPPacketBIFEDispatcher. prepareDropDownRequest()protected JICPPacketFrontEndDispatcher. prepareDropDownRequest()static JICPPacketJICPPacket. readFrom(InputStream in)This static method reads from a givenDataInputStreamand returns the JICPPacket that it reads.abstract JICPPacketConnection. readPacket()Read a JICPPacket from the connectionJICPPacketJICPConnection. readPacket()Methods in jade.imtp.leap.JICP with parameters of type JICPPacket Modifier and Type Method Description booleanBIBEDispatcher. handleIncomingConnection(Connection c, JICPPacket pkt, InetAddress addr, int port)This is called by the JICPServer when a JICP CREATE_MEDIATOR or CONNECT_MEDIATOR is received.booleanJICPMediator. handleIncomingConnection(Connection c, JICPPacket pkt, InetAddress addr, int port)Passes to this JICPMediator the connection opened by the mediated entity.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.protected JICPPacketBIBEDispatcher. handlePacket(JICPPacket pkt)protected voidBIFEDispatcher. writePacket(JICPPacket pkt, Connection c)abstract intConnection. writePacket(JICPPacket pkt)Write a JICPPacket on the connectionintJICPConnection. writePacket(JICPPacket pkt) -
Uses of JICPPacket in jade.imtp.leap.nio
Methods in jade.imtp.leap.nio that return JICPPacket Modifier and Type Method Description 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.JICPPacketNIOJICPConnection. readPacket()Read a JICPPacket from the connection.Methods in jade.imtp.leap.nio with parameters of type JICPPacket Modifier and Type Method Description protected voidBackEndDispatcher. handleDropDown(Connection c, JICPPacket pkt, InetAddress addr, int port)Handle a connection DROP_DOWN request from the FE.protected voidNIOBEDispatcher. handleDropDown(Connection c, JICPPacket pkt, InetAddress addr, int port)Handle a connection DROP_DOWN request from the FE.booleanBackEndDispatcher. handleIncomingConnection(Connection c, JICPPacket pkt, InetAddress addr, int port)Passes to this JICPMediator the connection opened by the mediated entity.booleanNIOBEDispatcher. handleIncomingConnection(Connection c, JICPPacket pkt, InetAddress addr, int port)Passes to this JICPMediator the connection opened by the mediated entity.booleanNIOHTTPBEDispatcher. handleIncomingConnection(Connection c, JICPPacket pkt, InetAddress addr, int port)Handle an incoming connection.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.intNIOJICPConnection. writePacket(JICPPacket pkt)Write a JICPPacket on the connection, first calls#preprocessBufferToWrite(java.nio.ByteBuffer). -
Uses of JICPPacket in jade.imtp.leap.sms
Methods in jade.imtp.leap.sms with parameters of type JICPPacket Modifier and Type Method Description protected voidSMSBEDispatcher. handleDropDown(Connection c, JICPPacket pkt, InetAddress addr, int port)
-