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 void
XmppSession. addIQHandler(IQHandler iqHandler)
Adds an IQ handler for a given payload type.void
XmppSession. addIQHandler(IQHandler iqHandler, boolean invokeAsync)
Deprecated.Simply useXmppSession.addIQHandler(IQHandler)
, this method now behaves the same.void
XmppSession. 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 class
AbstractIQHandler
This 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 class
BlockingManager
This 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 class
InBandByteStreamManager
A 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 class
Socks5ByteStreamManager
A 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 interface
ServiceDiscoveryManager
Classes in rocks.xmpp.extensions.disco that implement IQHandler Modifier and Type Class Description class
AbstractServiceDiscoveryManager
-
Uses of IQHandler in rocks.xmpp.extensions.disco.client
Classes in rocks.xmpp.extensions.disco.client that implement IQHandler Modifier and Type Class Description class
ClientServiceDiscoveryManager
Manages 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 class
HttpAuthenticationManager
This 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 class
PingHandler
Handles 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 class
PrivacyListManager
This 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 class
ReachabilityManager
Allows 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 class
ContactExchangeManager
Manages 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 class
AbstractRpcManager
This 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 class
ClientRpcManager
This 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 class
StreamInitiationManager
-
Uses of IQHandler in rocks.xmpp.extensions.time
Classes in rocks.xmpp.extensions.time that implement IQHandler Modifier and Type Class Description class
EntityTimeManager
This 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 class
EntityTimeHandler
Handles 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 class
SoftwareVersionProtocol
An 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 class
ClientSoftwareVersionManager
This 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 class
RosterManager
This class manages the roster (aka contact or buddy list).
-