Uses of Interface
eu.cloudnetservice.driver.network.rpc.RPCProvider
Packages that use RPCProvider
Package
Description
-
Uses of RPCProvider in eu.cloudnetservice.driver.network.rpc
Subinterfaces of RPCProvider in eu.cloudnetservice.driver.network.rpcModifier and TypeInterfaceDescriptioninterfaceA chainable rpc is a powerful extension to the normal rpc system which allows a developer to execute code on the result of the previous method call.interfaceThe basic rpc class.interfaceRepresents a chain of rpc calls, each of them behaves exactly as described inRPCandChainableRPC.interfaceA sender which can send rpc requests to another network component. -
Uses of RPCProvider in eu.cloudnetservice.driver.network.rpc.handler
Subinterfaces of RPCProvider in eu.cloudnetservice.driver.network.rpc.handlerModifier and TypeInterfaceDescriptioninterfaceA handler for any rpc invocation happening on the network.