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 handler for any rpc invocation happening on the network.interfaceA sender which can send rpc requests to another network component. -
Uses of RPCProvider in eu.cloudnetservice.driver.network.rpc.defaults
Classes in eu.cloudnetservice.driver.network.rpc.defaults that implement RPCProviderModifier and TypeClassDescriptionclassAn abstract implementation of a rpc provider for easier implementation in subclasses. -
Uses of RPCProvider in eu.cloudnetservice.driver.network.rpc.defaults.handler
Classes in eu.cloudnetservice.driver.network.rpc.defaults.handler that implement RPCProviderModifier and TypeClassDescriptionclassRepresents the default implementation of a rpc handler. -
Uses of RPCProvider in eu.cloudnetservice.driver.network.rpc.defaults.rpc
Classes in eu.cloudnetservice.driver.network.rpc.defaults.rpc that implement RPCProviderModifier and TypeClassDescriptionclassThe default implementation of a rpc.classRepresents the default implementation of a rpc chain. -
Uses of RPCProvider in eu.cloudnetservice.driver.network.rpc.defaults.sender
Classes in eu.cloudnetservice.driver.network.rpc.defaults.sender that implement RPCProviderModifier and TypeClassDescriptionclassThe default implementation of a rpc sender.