Uses of Class
org.jivesoftware.openfire.IQHandlerInfo
-
Packages that use IQHandlerInfo Package Description org.jivesoftware.openfire.commands Ad-Hoc Commands implementation (XEP-0050).org.jivesoftware.openfire.disco Service discovery implementation (XEP-0030).org.jivesoftware.openfire.filetransfer.proxy org.jivesoftware.openfire.handler IQ class implementations.org.jivesoftware.openfire.muc.spi Implementation of Multi-User Chat (XEP-0045).org.jivesoftware.openfire.pep Implementation of Personal Eventing via Pubsub (XEP-0163). -
-
Uses of IQHandlerInfo in org.jivesoftware.openfire.commands
Methods in org.jivesoftware.openfire.commands that return IQHandlerInfo Modifier and Type Method Description IQHandlerInfo
AdHocCommandHandler. getInfo()
-
Uses of IQHandlerInfo in org.jivesoftware.openfire.disco
Methods in org.jivesoftware.openfire.disco that return IQHandlerInfo Modifier and Type Method Description IQHandlerInfo
IQDiscoInfoHandler. getInfo()
IQHandlerInfo
IQDiscoItemsHandler. getInfo()
-
Uses of IQHandlerInfo in org.jivesoftware.openfire.filetransfer.proxy
Methods in org.jivesoftware.openfire.filetransfer.proxy that return IQHandlerInfo Modifier and Type Method Description IQHandlerInfo
FileTransferProxy. getInfo()
-
Uses of IQHandlerInfo in org.jivesoftware.openfire.handler
Methods in org.jivesoftware.openfire.handler that return IQHandlerInfo Modifier and Type Method Description IQHandlerInfo
IQBindHandler. getInfo()
IQHandlerInfo
IQBlockingHandler. getInfo()
IQHandlerInfo
IQEntityTimeHandler. getInfo()
abstract IQHandlerInfo
IQHandler. getInfo()
Returns the handler information to help generically handle IQ packets.IQHandlerInfo
IQLastActivityHandler. getInfo()
IQHandlerInfo
IQMessageCarbonsHandler. getInfo()
IQHandlerInfo
IQOfflineMessagesHandler. getInfo()
IQHandlerInfo
IQPingHandler. getInfo()
IQHandlerInfo
IQPrivacyHandler. getInfo()
IQHandlerInfo
IQPrivateHandler. getInfo()
IQHandlerInfo
IQRegisterHandler. getInfo()
IQHandlerInfo
IQRosterHandler. getInfo()
IQHandlerInfo
IQSessionEstablishmentHandler. getInfo()
IQHandlerInfo
IQSharedGroupHandler. getInfo()
IQHandlerInfo
IQvCardHandler. getInfo()
IQHandlerInfo
IQVersionHandler. getInfo()
-
Uses of IQHandlerInfo in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that return IQHandlerInfo Modifier and Type Method Description IQHandlerInfo
IQMUCvCardHandler. getInfo()
-
Uses of IQHandlerInfo in org.jivesoftware.openfire.pep
Methods in org.jivesoftware.openfire.pep that return IQHandlerInfo Modifier and Type Method Description IQHandlerInfo
IQPEPHandler. getInfo()
IQHandlerInfo
IQPEPOwnerHandler. getInfo()
-