| Package | Description |
|---|---|
| com.jme3.network |
The network package contains the public API for the jME3
SpiderMonkey networking module.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Network.NetworkClientImpl |
| Modifier and Type | Method and Description |
|---|---|
static NetworkClient |
Network.createClient()
Creates a client that can be connected at a later time.
|
static NetworkClient |
Network.createClient(java.lang.String gameName,
int version)
Creates a client that can be connected at a later time.
|