Uses of Interface
tigase.xmpp.XMPPImplIfc

Packages that use XMPPImplIfc
tigase.osgi   
tigase.server.xmppsession   
tigase.xmpp   
tigase.xmpp.impl   
 

Uses of XMPPImplIfc in tigase.osgi
 

Methods in tigase.osgi that return XMPPImplIfc
 XMPPImplIfc ModulesManagerImpl.getPlugin(String plug_id)
           
 

Method parameters in tigase.osgi with type arguments of type XMPPImplIfc
 void ModulesManager.registerPluginClass(Class<? extends XMPPImplIfc> pluginCls)
           
 void ModulesManagerImpl.registerPluginClass(Class<? extends XMPPImplIfc> pluginCls)
           
 void ModulesManager.unregisterPluginClass(Class<? extends XMPPImplIfc> pluginCls)
           
 void ModulesManagerImpl.unregisterPluginClass(Class<? extends XMPPImplIfc> pluginClass)
           
 

Uses of XMPPImplIfc in tigase.server.xmppsession
 

Methods in tigase.server.xmppsession that return XMPPImplIfc
 XMPPImplIfc SessionManager.addPlugin(String plug_id, Integer conc)
          Method description
 

Uses of XMPPImplIfc in tigase.xmpp
 

Subinterfaces of XMPPImplIfc in tigase.xmpp
 interface XMPPPacketFilterIfc
          Created: Dec 30, 2008 12:53:16 PM
 interface XMPPPostprocessorIfc
          Describe interface XMPPPostprocessorIfc here.
 interface XMPPPreprocessorIfc
          Describe interface XMPPPreprocessorIfc here.
 interface XMPPProcessorIfc
          Describe interface XMPPProcessorIfc here.
 interface XMPPStopListenerIfc
          Describe interface XMPPStopListener here.
 

Classes in tigase.xmpp that implement XMPPImplIfc
 class XMPPProcessor
          XMPPProcessor abstract class contains basic definition for XMPP processor.
 class XMPPProcessorAbstract
          Utility abstract class detecting what kind of packet is processed.
 

Methods in tigase.xmpp with parameters of type XMPPImplIfc
 int XMPPProcessor.compareTo(XMPPImplIfc proc)
          Method compareTo is used to perform
 

Uses of XMPPImplIfc in tigase.xmpp.impl
 

Classes in tigase.xmpp.impl that implement XMPPImplIfc
 class BindResource
          RFC-3920, 7.
 class CAPS
           
 class DomainFilter
          Created: Dec 30, 2008 12:43:28 PM
 class IBB
          Deprecated. This class has been deprecated and replaced with tigase.server.xmppsession.PacketFilter code. The class is left for educational purpose only and should not be used. It may be removed in future releases.
 class InvisibleCommand
          Class InvisibleCommand implements XEP-0186 Invisible Command support
 class JabberIqAuth
          JEP-0078: Non-SASL Authentication Created: Thu Feb 16 17:46:16 2006
 class JabberIqCommand
          Describe class JabberIqCommand here.
 class JabberIqIq
          Describe class JabberIqIq here.
 class JabberIqOOB
          Deprecated. This class has been deprecated and replaced with tigase.server.xmppsession.PacketFilter code. The class is left for educational purpose only and should not be used. It may be removed in future releases.
 class JabberIqPrivacy
          Describe class JabberIqPrivacy here.
 class JabberIqPrivate
          Describe class JabberIqPrivate here.
 class JabberIqRegister
          JEP-0077: In-Band Registration Created: Thu Feb 16 13:14:06 2006
 class JabberIqRoster
          Class JabberIqRoster implements part of RFC-3921 - XMPP Instant Messaging specification describing roster management.
 class JabberIqSi
          Deprecated. This class has been deprecated and replaced with tigase.server.xmppsession.PacketFilter code. The class is left for educational purpose only and should not be used. It may be removed in future releases.
 class JabberIqSocks5Bytestreams
          Deprecated. This class has been deprecated and replaced with tigase.server.xmppsession.PacketFilter code. The class is left for educational purpose only and should not be used. It may be removed in future releases.
 class JabberIqStats
          XEP-0039: Statistics Gathering.
 class JabberIqVersion
          XEP-0092: Software Version Created: Tue Mar 21 06:45:51 2006
 class Jingle
          Describe class Jingle here.
 class LastActivity
          Implementation of XEP-0012: Last Activity.
 class Message
          Message forwarder class.
 class MessageAll
          Variant of the Message forwarder class.
 class MessageAmp
          Created: Apr 29, 2010 5:00:25 PM
 class MessageForwarding
          Message forwarder class.
 class MobileV1
          Class responsible for queuing packets (usable in connections from mobile clients - power usage optimization) version 1
 class MobileV2
          Class responsible for queuing packets (usable in connections from mobile clients - power usage optimization) version 2
 class OfflineMessages
          Describe class OfflineMessages here.
 class PepPlugin
          Class description
 class Presence
          Describe class Presence here.
 class RemoteRosterManagement
           
 class RosterPresence
          Describe class RosterPresence here.
 class SaslAuth
          Describe class SaslAuth here.
 class ServiceDiscovery
          Implementation of JEP-030.
 class SessionBind
          Describe class SessionBind here.
 class SimpleForwarder
          Describe class SimpleForwarder here.
 class StartTLS
          Describe class StartTLS here.
 class StartZLib
          Created: Jul 29, 2009 4:03:44 PM
 class UrnXmppPing
          XEP-0199: XMPP Ping
 class VCardTemp
          Describe class VCardTemp here.
 



Copyright © 2013 Tigase. All rights reserved.