| Package | Description |
|---|---|
| com.jme3.network.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectMessageDelegator<S extends MessageConnection>
A MessageListener implementation that will forward messages to methods
of a specified delegate object.
|
class |
SessionDataDelegator
A MessageListener implementation that will forward messages to methods
of a delegate specified as a HostedConnection session attribute.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractMessageDelegator<S> |
AbstractMessageDelegator.map(java.lang.Class messageType,
java.lang.String methodName)
Manually maps a specified method to the specified message type.
|
AbstractMessageDelegator<S> |
AbstractMessageDelegator.map(java.lang.String... methodNames)
Specifically maps the specified methods names, autowiring
the parameters.
|