| 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 | |
| com.jme3.network.service.rmi | |
| com.jme3.network.service.rpc | |
| com.jme3.network.service.serializer |
| Modifier and Type | Method and Description |
|---|---|
ClientServiceManager |
Client.getServices()
Returns the manager for client services.
|
| Modifier and Type | Method and Description |
|---|---|
ClientServiceManager |
DefaultClient.getServices() |
| Modifier and Type | Method and Description |
|---|---|
protected ClientServiceManager |
ClientServiceManager.getParent()
Returns 'this' and is what is passed to ClientService.initialize()
and ClientService.termnate();
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientService.initialize(ClientServiceManager serviceManager)
Called when the service is first attached to the service
manager.
|
void |
ClientService.terminate(ClientServiceManager serviceManager)
The service manager is fully shutting down.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RmiClientService.onInitialize(ClientServiceManager s) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RpcClientService.onInitialize(ClientServiceManager serviceManager)
Used internally to setup the RpcConnection and MessageDelegator.
|
void |
RpcClientService.terminate(ClientServiceManager serviceManager)
Used internally to unregister the RPC MessageDelegator that
was previously added to the network Client.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClientSerializerRegistrationsService.onInitialize(ClientServiceManager serviceManager) |