| Class | Description |
|---|---|
| AbstractMessageDelegator<S extends com.jme3.network.MessageConnection> |
A MessageListener implementation that will forward messages to methods
of a delegate object.
|
| ClassFieldSerializer |
Serializes java.lang.reflect.Field objects.
|
| ClassSerializer |
Serializes java.lang.Class objects.
|
| ComponentChangeMessage | |
| EntityChangeSerializer |
Serializes EntityChange objects which don't have a no-arg
constructor and so can't partake of the normal FieldSerializer
|
| EntityDataMessage | |
| EntityDataMessage.ComponentData | |
| EntityIdsMessage | |
| EntitySerializers | |
| FindEntitiesMessage | |
| FindEntityMessage | |
| GetComponentsMessage | |
| GetEntitySetMessage | |
| ObjectMessageDelegator<S extends com.jme3.network.MessageConnection> |
A MessageListener implementation that will forward messages to methods
of a specified delegate object.
|
| ReleaseEntitySetMessage | |
| ReleaseWatchedEntityMessage | |
| ResetEntitySetFilterMessage | |
| ResultComponentsMessage | |
| StringIdMessage |
Used for requesting StringIndex lookups or responding
to them.
|
| TransientUtils |
Some utils for cleaning transient component references
or arrays of references.
|
| WatchEntityMessage |