Uses of Interface
eu.cloudnetservice.driver.network.rpc.handler.RPCInvocationContext
Packages that use RPCInvocationContext
Package
Description
-
Uses of RPCInvocationContext in eu.cloudnetservice.driver.network.rpc.defaults.handler
Classes in eu.cloudnetservice.driver.network.rpc.defaults.handler that implement RPCInvocationContextModifier and TypeClassDescriptionfinal classThe default implementation of an RPC invocation context.Methods in eu.cloudnetservice.driver.network.rpc.defaults.handler that return RPCInvocationContextModifier and TypeMethodDescriptionDefaultRPCInvocationContext.Builder.build()Builds a new invocation context based on the arguments supplied to this builder.Methods in eu.cloudnetservice.driver.network.rpc.defaults.handler with parameters of type RPCInvocationContextModifier and TypeMethodDescriptionDefaultRPCHandler.handle(@NonNull RPCInvocationContext context) Handles the given rpc context using the information of this handler. -
Uses of RPCInvocationContext in eu.cloudnetservice.driver.network.rpc.handler
Methods in eu.cloudnetservice.driver.network.rpc.handler that return RPCInvocationContextModifier and TypeMethodDescriptionRPCInvocationContext.Builder.build()Builds a new invocation context based on the arguments supplied to this builder.Methods in eu.cloudnetservice.driver.network.rpc.handler with parameters of type RPCInvocationContextModifier and TypeMethodDescriptionRPCHandler.handle(@NonNull RPCInvocationContext context) Handles the given rpc context using the information of this handler. -
Uses of RPCInvocationContext in eu.cloudnetservice.driver.network.rpc.listener
Methods in eu.cloudnetservice.driver.network.rpc.listener that return RPCInvocationContextModifier and TypeMethodDescriptionprivate @NonNull RPCInvocationContextRPCPacketListener.buildContext(@NonNull DataBuf content, @Nullable Object workingInstance) Builds a new context for a rpc method invocation based on the given information and remaining content in the buffer.Methods in eu.cloudnetservice.driver.network.rpc.listener with parameters of type RPCInvocationContextModifier and TypeMethodDescriptionRPCPacketListener.postRPCRequestToHandler(@NonNull String targetClassName, @NonNull RPCInvocationContext context) Posts the given RPC invocation context to the RPC handler that is registered for the class with the given name.