| 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.rmi | |
| 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 |
|---|---|
void |
Server.addConnectionListener(ConnectionListener listener)
Adds a listener that will be notified when new hosted connections
arrive.
|
void |
Server.removeConnectionListener(ConnectionListener listener)
Removes a previously registered connection listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultServer.addConnectionListener(ConnectionListener listener) |
void |
DefaultServer.removeConnectionListener(ConnectionListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectStore.ServerEventHandler |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HostedService
Interface implemented by Server-side services that augment
a network Server's functionality.
|
| Modifier and Type | Class and Description |
|---|---|
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).
|
protected class |
HostedServiceManager.ConnectionObserver |
| Modifier and Type | Class and Description |
|---|---|
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 |
RpcHostedService
RPC service that can be added to a network Server to
add RPC send/receive capabilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServerSerializerRegistrationsService |