Uses of Interface
com.jme3.network.service.rpc.RpcHandler
Packages that use RpcHandler
-
Uses of RpcHandler in com.jme3.network.service.rpc
Methods in com.jme3.network.service.rpc with parameters of type RpcHandlerModifier and TypeMethodDescriptionvoidRpcClientService.registerHandler(short objId, RpcHandler handler) Register a handler that will be called when the server performs a remove procedure call against this client.voidRpcConnection.registerHandler(short objId, RpcHandler handler) Register a handler that can be called by the other end of the connection using the specified object ID.voidRpcClientService.removeHandler(short objId, RpcHandler handler) Removes a previously registered handler for the specified object ID.voidRpcConnection.removeHandler(short objId, RpcHandler handler) Removes a previously registered handler for the specified object ID.