Uses of Class
com.jme3.network.service.rpc.RpcConnection
Packages that use RpcConnection
-
Uses of RpcConnection in com.jme3.network.service.rmi
Constructors in com.jme3.network.service.rmi with parameters of type RpcConnectionModifierConstructorDescriptionRmiRegistry(HostedConnection context, RpcConnection rpc, short rmiId, byte defaultChannel) RmiRegistry(RpcConnection rpc, short rmiId, byte defaultChannel) -
Uses of RpcConnection in com.jme3.network.service.rpc
Methods in com.jme3.network.service.rpc that return RpcConnectionModifier and TypeMethodDescriptionRpcClientService.getRpcConnection()Returns the underlying RPC connection for use by other services that may require a more generic non-client/server specific RPC object with which to interact.RpcHostedService.getRpcConnection(HostedConnection hc) Retrieves the RpcConnection for the specified HostedConnection if that HostedConnection has had RPC services started using startHostingOnConnection() (or via autohosting).Methods in com.jme3.network.service.rpc with parameters of type RpcConnectionModifier and TypeMethodDescriptionRpcHandler.call(RpcConnection conn, short objectId, short procId, Object... args) Called when a remote procedure call request is received for a particular object from the other end of the network connection.