Uses of Interface
jade.imtp.leap.JICP.ConnectionFactory
-
Packages that use ConnectionFactory Package Description jade.imtp.leap.http jade.imtp.leap.JICP jade.imtp.leap.nio -
-
Uses of ConnectionFactory in jade.imtp.leap.http
Methods in jade.imtp.leap.http that return ConnectionFactory Modifier and Type Method Description ConnectionFactoryHTTPPeer. getConnectionFactory()Re-define the getConnectionFactoryConnectionFactoryHTTPSPeer. getConnectionFactory() -
Uses of ConnectionFactory in jade.imtp.leap.JICP
Methods in jade.imtp.leap.JICP that return ConnectionFactory Modifier and Type Method Description ConnectionFactoryJICPPeer. getConnectionFactory()Subclasses may re-define this method to return their own ConnectionFactoryConnectionFactoryJICPSPeer. getConnectionFactory()Subclasses may re-define this method to return their own ConnectionFactoryConnectionFactoryProtocolManager. getConnectionFactory()Constructors in jade.imtp.leap.JICP with parameters of type ConnectionFactory Constructor Description JICPServer(Profile p, JICPPeer myPeer, ICP.Listener l, ConnectionFactory f, int max)Constructor declaration -
Uses of ConnectionFactory in jade.imtp.leap.nio
Methods in jade.imtp.leap.nio that return ConnectionFactory Modifier and Type Method Description ConnectionFactoryNIOHTTPPeer. getConnectionFactory()ConnectionFactoryNIOHTTPSPeer. getConnectionFactory()ConnectionFactoryNIOJICPPeer. getConnectionFactory()ConnectionFactoryNIOJICPSPeer. getConnectionFactory()
-