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 IQHandlerInfoAdHocCommandHandler. getInfo() -
Uses of IQHandlerInfo in org.jivesoftware.openfire.disco
Methods in org.jivesoftware.openfire.disco that return IQHandlerInfo Modifier and Type Method Description IQHandlerInfoIQDiscoInfoHandler. getInfo()IQHandlerInfoIQDiscoItemsHandler. 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 IQHandlerInfoFileTransferProxy. getInfo() -
Uses of IQHandlerInfo in org.jivesoftware.openfire.handler
Methods in org.jivesoftware.openfire.handler that return IQHandlerInfo Modifier and Type Method Description IQHandlerInfoIQBindHandler. getInfo()IQHandlerInfoIQBlockingHandler. getInfo()IQHandlerInfoIQEntityTimeHandler. getInfo()abstract IQHandlerInfoIQHandler. getInfo()Returns the handler information to help generically handle IQ packets.IQHandlerInfoIQLastActivityHandler. getInfo()IQHandlerInfoIQMessageCarbonsHandler. getInfo()IQHandlerInfoIQOfflineMessagesHandler. getInfo()IQHandlerInfoIQPingHandler. getInfo()IQHandlerInfoIQPrivacyHandler. getInfo()IQHandlerInfoIQPrivateHandler. getInfo()IQHandlerInfoIQRegisterHandler. getInfo()IQHandlerInfoIQRosterHandler. getInfo()IQHandlerInfoIQSessionEstablishmentHandler. getInfo()IQHandlerInfoIQSharedGroupHandler. getInfo()IQHandlerInfoIQvCardHandler. getInfo()IQHandlerInfoIQVersionHandler. 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 IQHandlerInfoIQMUCvCardHandler. getInfo() -
Uses of IQHandlerInfo in org.jivesoftware.openfire.pep
Methods in org.jivesoftware.openfire.pep that return IQHandlerInfo Modifier and Type Method Description IQHandlerInfoIQPEPHandler. getInfo()IQHandlerInfoIQPEPOwnerHandler. getInfo()
-