Uses of Class
com.jme3.network.AbstractMessage
Packages that use AbstractMessage
-
Uses of AbstractMessage in com.jme3.network.message
Subclasses of AbstractMessage in com.jme3.network.messageModifier and TypeClassDescriptionclassContains information about any extra server channels (if they exist).classClient registration is a message that contains a unique ID.classCompressedMessage is a base class for all messages that compress others.classRepresents a disconnect message.classGZIPCompressedMessage is the class that you need to use should you want to compress a message using Gzip.classHolds a compiled set of message registration information that can be sent over the wire.classCompress a message using this ZIPCompressedMessage class -
Uses of AbstractMessage in com.jme3.network.rmi
Subclasses of AbstractMessage in com.jme3.network.rmiModifier and TypeClassDescriptionclassSent to a remote client to make a remote method invocation.classContains the return value for a remote method invocation, sent as a response to aRemoteMethodCallMessagewith a non-zero invocationID.classSent to expose RMI interfaces on the local client to other clients. -
Uses of AbstractMessage in com.jme3.network.service.rpc.msg
Subclasses of AbstractMessage in com.jme3.network.service.rpc.msgModifier and TypeClassDescriptionclassUsed internally to send RPC call information to the other end of a connection for execution.classUsed internally to send an RPC call's response back to the caller.