Uses of Class
jade.imtp.leap.JICP.Connection
-
Packages that use Connection Package Description jade.imtp.leap.http jade.imtp.leap.JICP jade.imtp.leap.nio jade.imtp.leap.sms -
-
Uses of Connection in jade.imtp.leap.http
Methods in jade.imtp.leap.http that return Connection Modifier and Type Method Description protected ConnectionHTTPFEDispatcher. getConnection(TransportAddress ta)protected ConnectionHTTPFESDispatcher. getConnection(TransportAddress ta)Methods in jade.imtp.leap.http with parameters of type Connection Modifier and Type Method Description booleanHTTPBEDispatcher. handleIncomingConnection(Connection c, JICPPacket pkt, InetAddress addr, int port)Handle an incoming connection. -
Uses of Connection in jade.imtp.leap.JICP
Subclasses of Connection in jade.imtp.leap.JICP Modifier and Type Class Description classJICPConnectionClass declarationclassJICPSConnectionClass declarationFields in jade.imtp.leap.JICP declared as Connection Modifier and Type Field Description protected ConnectionBIFEDispatcher. outConnectionMethods in jade.imtp.leap.JICP that return Connection Modifier and Type Method Description ConnectionConnectionFactory. createConnection(TransportAddress ta)ConnectionConnectionFactory. createConnection(Socket s)Methods in jade.imtp.leap.JICP with parameters of type Connection 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.protected voidBIFEDispatcher. handleInpReconnection(Connection c)protected voidBIFEDispatcher. handleOutReconnection(Connection c)protected voidFrontEndDispatcher. handleReconnection(Connection c)protected voidBIFEDispatcher. writePacket(JICPPacket pkt, Connection c) -
Uses of Connection in jade.imtp.leap.nio
Subclasses of Connection in jade.imtp.leap.nio Modifier and Type Class Description classNIOHTTPConnectionclassNIOHTTPSConnectionclassNIOJICPConnectionclassNIOJICPSConnectionThis class provides a nio based server connection for which ssl can be configured.Methods in jade.imtp.leap.nio with parameters of type Connection Modifier and Type Method Description voidBackEndDispatcher. handleConnectionError(Connection c, Exception e)Notify this NIOMediator that an error occurred on one of the Connections it is using.voidNIOBEDispatcher. handleConnectionError(Connection c, Exception e)Notify this NIOMediator that an error occurred on one of the Connections it was using.voidNIOHTTPBEDispatcher. handleConnectionError(Connection c, Exception e)voidNIOMediator. handleConnectionError(Connection c, Exception e)Notify this NIOMediator that an error occurred on one of the Connections it was using.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.JICPPacketNIOBEDispatcher. handleJICPPacket(Connection c, JICPPacket pkt, InetAddress addr, int port)Overloaded version of the handleJICPPacket() method including theConnectionthe incoming JICPPacket was received from.JICPPacketNIOHTTPBEDispatcher. handleJICPPacket(Connection c, JICPPacket pkt, InetAddress addr, int port)Handle an incoming JICP packet received by the MediatorManagerJICPPacketNIOMediator. handleJICPPacket(Connection c, JICPPacket p, InetAddress addr, int port)Overloaded version of the handleJICPPacket() method including theConnectionthe incoming JICPPacket was received from. -
Uses of Connection in jade.imtp.leap.sms
Methods in jade.imtp.leap.sms with parameters of type Connection Modifier and Type Method Description protected voidSMSBEDispatcher. handleDropDown(Connection c, JICPPacket pkt, InetAddress addr, int port)
-