Package com.jme3.network.service.rpc.msg
Class RpcCallMessage
java.lang.Object
com.jme3.network.AbstractMessage
com.jme3.network.service.rpc.msg.RpcCallMessage
- All Implemented Interfaces:
 Message
Used internally to send RPC call information to
  the other end of a connection for execution.
- 
Constructor Summary
ConstructorsConstructorDescriptionRpcCallMessage(long msgId, byte channel, short objId, short procId, Object... args)  - 
Method Summary
Methods inherited from class com.jme3.network.AbstractMessage
isReliable, setReliable 
- 
Constructor Details
- 
RpcCallMessage
public RpcCallMessage() - 
RpcCallMessage
 
 - 
 - 
Method Details