| 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 |
|---|---|
HostedServiceManager |
Server.getServices()
Returns the manager for hosted services.
|
| Modifier and Type | Method and Description |
|---|---|
HostedServiceManager |
DefaultServer.getServices() |
| Modifier and Type | Method and Description |
|---|---|
protected HostedServiceManager |
HostedServiceManager.getParent()
Returns 'this' and is what is passed to HostedService.initialize()
and HostedService.termnate();
|
| Modifier and Type | Method and Description |
|---|---|
void |
HostedService.initialize(HostedServiceManager serviceManager)
Called when the service is first attached to the service
manager.
|
void |
HostedService.terminate(HostedServiceManager serviceManager)
The service manager is fully shutting down.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RmiHostedService.onInitialize(HostedServiceManager s) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RpcHostedService.onInitialize(HostedServiceManager serviceManager)
Used internally to setup the message delegator that will
handle HostedConnection specific messages and forward them
to that connection's RpcConnection.
|
void |
RpcHostedService.terminate(HostedServiceManager serviceManager)
Used internally to remove the message delegator from the
server.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServerSerializerRegistrationsService.onInitialize(HostedServiceManager serviceManager) |