| Package | Description |
|---|---|
| com.jme3.network.service |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractService<S extends ServiceManager>
Base class providing some default Service interface implementations
as well as a few convenience methods such as getServiceManager()
and getService(type).
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientServiceManager
Manages ClientServices on behalf of a network Client object.
|
class |
HostedServiceManager
Manages HostedServices on behalf of a network Server object.
|