Uses of Interface
rocks.xmpp.core.stanza.IQHandler
-
-
Uses of IQHandler in rocks.xmpp.core.session
Methods in rocks.xmpp.core.session with parameters of type IQHandler Modifier and Type Method Description voidXmppSession. addIQHandler(IQHandler iqHandler)Adds an IQ handler for a given payload type.voidXmppSession. addIQHandler(IQHandler iqHandler, boolean invokeAsync)Deprecated.Simply useXmppSession.addIQHandler(IQHandler), this method now behaves the same.voidXmppSession. removeIQHandler(IQHandler iqHandler)Removes an IQ handler. -
Uses of IQHandler in rocks.xmpp.core.stanza
Classes in rocks.xmpp.core.stanza that implement IQHandler Modifier and Type Class Description classAbstractIQHandlerThis class is an IQ handler for extension managers. -
Uses of IQHandler in rocks.xmpp.extensions.blocking
Classes in rocks.xmpp.extensions.blocking that implement IQHandler Modifier and Type Class Description classBlockingManagerThis manager allows to block communications with contacts. -
Uses of IQHandler in rocks.xmpp.extensions.bytestreams.ibb
Classes in rocks.xmpp.extensions.bytestreams.ibb that implement IQHandler Modifier and Type Class Description classInBandByteStreamManagerA manager for XEP-0047: In-Band Bytestreams. -
Uses of IQHandler in rocks.xmpp.extensions.bytestreams.s5b
Classes in rocks.xmpp.extensions.bytestreams.s5b that implement IQHandler Modifier and Type Class Description classSocks5ByteStreamManagerA manager for XEP-0065: SOCKS5 Bytestreams. -
Uses of IQHandler in rocks.xmpp.extensions.disco
Subinterfaces of IQHandler in rocks.xmpp.extensions.disco Modifier and Type Interface Description interfaceServiceDiscoveryManagerClasses in rocks.xmpp.extensions.disco that implement IQHandler Modifier and Type Class Description classAbstractServiceDiscoveryManager -
Uses of IQHandler in rocks.xmpp.extensions.disco.client
Classes in rocks.xmpp.extensions.disco.client that implement IQHandler Modifier and Type Class Description classClientServiceDiscoveryManagerManages XEP-0030: Service Discovery. -
Uses of IQHandler in rocks.xmpp.extensions.httpauth
Classes in rocks.xmpp.extensions.httpauth that implement IQHandler Modifier and Type Class Description classHttpAuthenticationManagerThis manager allows to listen for inbound requests (by an XMPP server) to confirm that the current XMPP user made an HTTP request, i.e. to verify that the HTTP request was in fact made by the XMPP user. -
Uses of IQHandler in rocks.xmpp.extensions.ping.handler
Classes in rocks.xmpp.extensions.ping.handler that implement IQHandler Modifier and Type Class Description classPingHandlerHandles an XMPP-level ping request, by returning a pong. -
Uses of IQHandler in rocks.xmpp.extensions.privacy
Classes in rocks.xmpp.extensions.privacy that implement IQHandler Modifier and Type Class Description classPrivacyListManagerThis class manages privacy lists, which allow users to block communications from other users as described in XEP-0016: Privacy Lists. -
Uses of IQHandler in rocks.xmpp.extensions.reach
Classes in rocks.xmpp.extensions.reach that implement IQHandler Modifier and Type Class Description classReachabilityManagerAllows to query for reachability addresses of another contact, automatically responds to reachability queries and notifies Consumers, when the reachability of a contact has changed either via presence or PEP. -
Uses of IQHandler in rocks.xmpp.extensions.rosterx
Classes in rocks.xmpp.extensions.rosterx that implement IQHandler Modifier and Type Class Description classContactExchangeManagerManages contact exchange between entities. -
Uses of IQHandler in rocks.xmpp.extensions.rpc
Classes in rocks.xmpp.extensions.rpc that implement IQHandler Modifier and Type Class Description classAbstractRpcManagerThis manager allows you to call remote procedures and handle inbound calls, if enabled. -
Uses of IQHandler in rocks.xmpp.extensions.rpc.client
Classes in rocks.xmpp.extensions.rpc.client that implement IQHandler Modifier and Type Class Description classClientRpcManagerThis manager allows you to call remote procedures and handle inbound calls, if enabled. -
Uses of IQHandler in rocks.xmpp.extensions.si
Classes in rocks.xmpp.extensions.si that implement IQHandler Modifier and Type Class Description classStreamInitiationManager -
Uses of IQHandler in rocks.xmpp.extensions.time
Classes in rocks.xmpp.extensions.time that implement IQHandler Modifier and Type Class Description classEntityTimeManagerThis manager implements XEP-0202: Entity Time. -
Uses of IQHandler in rocks.xmpp.extensions.time.handler
Classes in rocks.xmpp.extensions.time.handler that implement IQHandler Modifier and Type Class Description classEntityTimeHandlerHandles an time request by returning the current time. -
Uses of IQHandler in rocks.xmpp.extensions.version
Classes in rocks.xmpp.extensions.version that implement IQHandler Modifier and Type Class Description classSoftwareVersionProtocolAn abstract implementation of XEP-0092: Software Version. -
Uses of IQHandler in rocks.xmpp.extensions.version.client
Classes in rocks.xmpp.extensions.version.client that implement IQHandler Modifier and Type Class Description classClientSoftwareVersionManagerThis manager implements XEP-0092: Software Version. -
Uses of IQHandler in rocks.xmpp.im.roster
Classes in rocks.xmpp.im.roster that implement IQHandler Modifier and Type Class Description classRosterManagerThis class manages the roster (aka contact or buddy list).
-