Package com.jme3.network.service.rpc
package com.jme3.network.service.rpc
-
ClassDescriptionRPC service that can be added to a network Client to add RPC send/receive capabilities.Wraps a message connection to provide RPC call support.Implementations of this interface can be registered with the RpcClientService or RpcHostService to handle the remote procedure calls for a given object or objects.RPC service that can be added to a network Server to add RPC send/receive capabilities.