Uses of Class
org.jivesoftware.openfire.XMPPServer
-
-
Uses of XMPPServer in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that return XMPPServer Modifier and Type Method Description static XMPPServer
XMPPServer. getInstance()
Returns a singleton instance of XMPPServer.Methods in org.jivesoftware.openfire with parameters of type XMPPServer Modifier and Type Method Description void
IQRouter. initialize(XMPPServer server)
void
MessageRouter. initialize(XMPPServer server)
void
MulticastRouter. initialize(XMPPServer server)
void
OfflineMessageStrategy. initialize(XMPPServer server)
void
PresenceRouter. initialize(XMPPServer server)
void
SessionManager. initialize(XMPPServer server)
static void
XMPPServer. setInstance(XMPPServer instance)
Deprecated.- for test use only -
Uses of XMPPServer in org.jivesoftware.openfire.archive
Methods in org.jivesoftware.openfire.archive with parameters of type XMPPServer Modifier and Type Method Description void
ArchiveManager. initialize(XMPPServer server)
Initializes the manager, by instantiating a thread pool that is used to process archiving tasks. -
Uses of XMPPServer in org.jivesoftware.openfire.audit.spi
Methods in org.jivesoftware.openfire.audit.spi with parameters of type XMPPServer Modifier and Type Method Description void
AuditManagerImpl. initialize(XMPPServer server)
-
Uses of XMPPServer in org.jivesoftware.openfire.cluster
Methods in org.jivesoftware.openfire.cluster with parameters of type XMPPServer Modifier and Type Method Description void
ClusterMonitor. initialize(XMPPServer xmppServer)
-
Uses of XMPPServer in org.jivesoftware.openfire.commands
Methods in org.jivesoftware.openfire.commands with parameters of type XMPPServer Modifier and Type Method Description void
AdHocCommandHandler. initialize(XMPPServer server)
-
Uses of XMPPServer in org.jivesoftware.openfire.component
Methods in org.jivesoftware.openfire.component with parameters of type XMPPServer Modifier and Type Method Description void
InternalComponentManager. initialize(XMPPServer server)
-
Uses of XMPPServer in org.jivesoftware.openfire.container
Methods in org.jivesoftware.openfire.container with parameters of type XMPPServer Modifier and Type Method Description void
BasicModule. initialize(XMPPServer server)
Initializes the basic module.void
Module. initialize(XMPPServer server)
Initialize the module with the container. -
Uses of XMPPServer in org.jivesoftware.openfire.disco
Methods in org.jivesoftware.openfire.disco with parameters of type XMPPServer Modifier and Type Method Description void
IQDiscoInfoHandler. initialize(XMPPServer server)
void
IQDiscoItemsHandler. initialize(XMPPServer server)
-
Uses of XMPPServer in org.jivesoftware.openfire.entitycaps
Methods in org.jivesoftware.openfire.entitycaps with parameters of type XMPPServer Modifier and Type Method Description void
EntityCapabilitiesManager. initialize(XMPPServer server)
-
Uses of XMPPServer in org.jivesoftware.openfire.filetransfer.proxy
Methods in org.jivesoftware.openfire.filetransfer.proxy with parameters of type XMPPServer Modifier and Type Method Description void
FileTransferProxy. initialize(XMPPServer server)
-
Uses of XMPPServer in org.jivesoftware.openfire.handler
Methods in org.jivesoftware.openfire.handler with parameters of type XMPPServer Modifier and Type Method Description void
IQBindHandler. initialize(XMPPServer server)
void
IQHandler. initialize(XMPPServer server)
void
IQLastActivityHandler. initialize(XMPPServer server)
void
IQOfflineMessagesHandler. initialize(XMPPServer server)
void
IQPrivacyHandler. initialize(XMPPServer server)
void
IQPrivateHandler. initialize(XMPPServer server)
void
IQRegisterHandler. initialize(XMPPServer server)
void
IQRosterHandler. initialize(XMPPServer server)
void
IQSharedGroupHandler. initialize(XMPPServer server)
void
IQvCardHandler. initialize(XMPPServer server)
void
PresenceSubscribeHandler. initialize(XMPPServer server)
void
PresenceUpdateHandler. initialize(XMPPServer server)
-
Uses of XMPPServer in org.jivesoftware.openfire.keystore
Methods in org.jivesoftware.openfire.keystore with parameters of type XMPPServer Modifier and Type Method Description void
CertificateStoreManager. initialize(XMPPServer server)
-
Uses of XMPPServer in org.jivesoftware.openfire.mediaproxy
Methods in org.jivesoftware.openfire.mediaproxy with parameters of type XMPPServer Modifier and Type Method Description void
MediaProxyService. initialize(XMPPServer server)
-
Uses of XMPPServer in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi with parameters of type XMPPServer Modifier and Type Method Description void
MultiUserChatServiceImpl. initialize(XMPPServer server)
-
Uses of XMPPServer in org.jivesoftware.openfire.net
Methods in org.jivesoftware.openfire.net with parameters of type XMPPServer Modifier and Type Method Description void
MulticastDNSService. initialize(XMPPServer server)
-
Uses of XMPPServer in org.jivesoftware.openfire.pep
Methods in org.jivesoftware.openfire.pep with parameters of type XMPPServer Modifier and Type Method Description void
IQPEPHandler. initialize(XMPPServer server)
Constructors in org.jivesoftware.openfire.pep with parameters of type XMPPServer Constructor Description PEPService(XMPPServer server, org.xmpp.packet.JID bareJID)
Constructs a PEPService. -
Uses of XMPPServer in org.jivesoftware.openfire.pubsub
Methods in org.jivesoftware.openfire.pubsub with parameters of type XMPPServer Modifier and Type Method Description void
PubSubModule. initialize(XMPPServer server)
-
Uses of XMPPServer in org.jivesoftware.openfire.roster
Methods in org.jivesoftware.openfire.roster with parameters of type XMPPServer Modifier and Type Method Description void
RosterManager. initialize(XMPPServer server)
-
Uses of XMPPServer in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi with parameters of type XMPPServer Modifier and Type Method Description void
PacketRouterImpl. initialize(XMPPServer server)
void
PacketTransporterImpl. initialize(XMPPServer server)
void
PresenceManagerImpl. initialize(XMPPServer server)
void
RoutingTableImpl. initialize(XMPPServer server)
-
Uses of XMPPServer in org.jivesoftware.openfire.transport
Methods in org.jivesoftware.openfire.transport with parameters of type XMPPServer Modifier and Type Method Description void
TransportHandler. initialize(XMPPServer server)
-
Uses of XMPPServer in org.jivesoftware.openfire.update
Methods in org.jivesoftware.openfire.update with parameters of type XMPPServer Modifier and Type Method Description void
UpdateManager. initialize(XMPPServer server)
-
Uses of XMPPServer in org.jivesoftware.openfire.vcard
Methods in org.jivesoftware.openfire.vcard with parameters of type XMPPServer Modifier and Type Method Description void
VCardManager. initialize(XMPPServer server)
-
Uses of XMPPServer in org.jivesoftware.util
Methods in org.jivesoftware.util that return XMPPServer Modifier and Type Method Description XMPPServer
WebManager. getXMPPServer()
-