| Package | Description |
|---|---|
| com.jme3.network.service.rpc |
| Modifier and Type | Method and Description |
|---|---|
void |
RpcClientService.registerHandler(short objId,
RpcHandler handler)
Register a handler that will be called when the server
performs a remove procedure call against this client.
|
void |
RpcConnection.registerHandler(short objId,
RpcHandler handler)
Register a handler that can be called by the other end
of the connection using the specified object ID.
|
void |
RpcClientService.removeHandler(short objId,
RpcHandler handler)
Removes a previously registered handler for the specified
object ID.
|
void |
RpcConnection.removeHandler(short objId,
RpcHandler handler)
Removes a previously registered handler for the specified
object ID.
|