| 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).
|
class |
AbstractHostedConnectionService
Convenient base class for HostedServices providing some default HostedService
interface implementations as well as a few convenience methods
such as getServiceManager() and getService(type).
|
class |
AbstractHostedService
Convenient base class for HostedServices providing some default HostedService
interface implementations as well as a few convenience methods
such as getServiceManager() and getService(type).
|
| Modifier and Type | Class and Description |
|---|---|
class |
RmiClientService
A service that can be added to the client to support a simple
shared objects protocol.
|
class |
RmiHostedService
A service that can be added to the host 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.
|
class |
RpcHostedService
RPC service that can be added to a network Server to
add RPC send/receive capabilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientSerializerRegistrationsService |
class |
ServerSerializerRegistrationsService |