| Package | Description |
|---|---|
| com.jme3.network.service | |
| com.jme3.network.service.rmi | |
| com.jme3.network.service.rpc | |
| com.jme3.network.service.serializer |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClientService
Convenient base class for ClientServices providing some default ClientService
interface implementations as well as a few convenience methods
such as getServiceManager() and getService(type).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientServiceManager.addService(ClientService s)
Adds the specified ClientService and initializes it.
|
void |
ClientServiceManager.addServices(ClientService... services)
Adds all of the specified ClientServices and initializes them.
|
void |
ClientServiceManager.removeService(ClientService s)
Removes the specified ClientService from this service manager, stopping
and terminating it as required.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RmiClientService
A service that can be added to the client to support a simple
shared objects protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RpcClientService
RPC service that can be added to a network Client to
add RPC send/receive capabilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientSerializerRegistrationsService |