Uses of Interface
rocks.xmpp.extensions.rpc.RpcManager
-
Packages that use RpcManager Package Description rocks.xmpp.extensions.rpc Provides classes for XEP-0009: Jabber-RPC.rocks.xmpp.extensions.rpc.client Provides client specific classes for XEP-0009: Jabber-RPC. -
-
Uses of RpcManager in rocks.xmpp.extensions.rpc
Classes in rocks.xmpp.extensions.rpc that implement RpcManager Modifier and Type Class Description class
AbstractRpcManager
This manager allows you to call remote procedures and handle inbound calls, if enabled. -
Uses of RpcManager in rocks.xmpp.extensions.rpc.client
Classes in rocks.xmpp.extensions.rpc.client that implement RpcManager Modifier and Type Class Description class
ClientRpcManager
This manager allows you to call remote procedures and handle inbound calls, if enabled.
-