| Package | Description |
|---|---|
| com.jme3.network |
The network package contains the public API for the jME3
SpiderMonkey networking module.
|
| com.jme3.network.base | |
| com.jme3.network.service.rpc | |
| com.jme3.network.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Client
Represents a remote connection to a server that can be used
for sending and receiving messages.
|
interface |
HostedConnection
This is the connection back to a client that is being
hosted in a server instance.
|
interface |
NetworkClient
A Client whose network connection information can
be provided post-creation.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Network.NetworkClientImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClient
A default implementation of the Client interface that delegates
its network connectivity to a kernel.Connector.
|
protected class |
DefaultServer.Connection |
| Constructor and Description |
|---|
RpcConnection(MessageConnection connection)
Creates a new RpcConnection for the specified network connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessageDelegator<S extends MessageConnection>
A MessageListener implementation that will forward messages to methods
of a delegate object.
|
class |
ObjectMessageDelegator<S extends MessageConnection>
A MessageListener implementation that will forward messages to methods
of a specified delegate object.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
ObjectMessageDelegator.getSourceDelegate(MessageConnection source) |