Uses of Class
com.jme3.network.AbstractMessage

Packages that use AbstractMessage
com.jme3.network.message   
com.jme3.network.rmi   
 

Uses of AbstractMessage in com.jme3.network.message
 

Subclasses of AbstractMessage in com.jme3.network.message
 class ChannelInfoMessage
          Contains information about any extra server channels (if they exist).
 class ClientRegistrationMessage
          Client registration is a message that contains a unique ID.
 class CompressedMessage
          CompressedMessage is a base class for all messages that compress others.
 class DisconnectMessage
          Represents a disconnect message.
 class GZIPCompressedMessage
          GZIPCompressedMessage is the class that you need to use should you want to compress a message using Gzip.
 class ZIPCompressedMessage
          Compress a message using this ZIPCompressedMessage class
 

Uses of AbstractMessage in com.jme3.network.rmi
 

Subclasses of AbstractMessage in com.jme3.network.rmi
 class RemoteMethodCallMessage
          Sent to a remote client to make a remote method invocation.
 class RemoteMethodReturnMessage
          Contains the return value for a remote method invocation, sent as a response to a RemoteMethodCallMessage with a non-zero invocationID.
 class RemoteObjectDefMessage
          Sent to expose RMI interfaces on the local client to other clients.