| Package | Description |
|---|---|
| com.jme3.network |
The network package contains the public API for the jME3
SpiderMonkey networking module.
|
| com.jme3.network.message | |
| com.jme3.network.rmi | |
| com.jme3.network.service.rmi | |
| com.jme3.network.service.rpc.msg |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessage
Interface implemented by all network messages.
|
interface |
Message
Interface implemented by all network messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelInfoMessage
Contains information about any extra server channels (if they exist).
|
class |
ClientRegistrationMessage
Client registration is a message that contains a unique ID.
|
class |
CompressedMessage
CompressedMessage is a base class for all messages that
compress others.
|
class |
DisconnectMessage
Represents a disconnect message.
|
class |
GZIPCompressedMessage
GZIPCompressedMessage is the class that you need to use should you want to
compress a message using Gzip.
|
class |
SerializerRegistrationsMessage
Holds a compiled set of message registration information that
can be sent over the wire.
|
static class |
SerializerRegistrationsMessage.Registration |
class |
ZIPCompressedMessage
Compress a message using this ZIPCompressedMessage class
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectDef |
class |
RemoteMethodCallMessage
Sent to a remote client to make a remote method invocation.
|
class |
RemoteMethodReturnMessage
Contains the return value for a remote method invocation, sent as a response
to a
RemoteMethodCallMessage with a non-zero invocationID. |
class |
RemoteObjectDefMessage
Sent to expose RMI interfaces on the local client to other clients.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassInfo
Internal information about a shared class.
|
class |
MethodInfo
Internal information about shared methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RpcCallMessage
Used internally to send RPC call information to
the other end of a connection for execution.
|
class |
RpcResponseMessage
Used internally to send an RPC call's response back to
the caller.
|