Uses of Package
rocks.xmpp.extensions.rpc
-
Packages that use rocks.xmpp.extensions.rpc 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. -
Classes in rocks.xmpp.extensions.rpc used by rocks.xmpp.extensions.rpc Class Description RpcException This exception can be thrown by aRpcHandler
to indicate application-level errors.RpcHandler Handles an inbound remote procedure call.RpcManager Allows you to call remote procedures and handle inbound calls. -
Classes in rocks.xmpp.extensions.rpc used by rocks.xmpp.extensions.rpc.client Class Description AbstractRpcManager This manager allows you to call remote procedures and handle inbound calls, if enabled.RpcHandler Handles an inbound remote procedure call.RpcManager Allows you to call remote procedures and handle inbound calls.