| Name | Description | Type | Package | Framework |
| AbstractKernel | Base implementation of the Kernel interface providing several useful default implementations of some methods. | Class | com.jme3.network.kernel | JMonkeyEngine |
| AbstractMessage | Interface implemented by all network messages. | Class | com.jme3.network | JMonkeyEngine |
| ArraySerializer | Fields inherited from class com. | Class | com.jme3.network.serializing.serializers | JMonkeyEngine |
| BooleanSerializer | Fields inherited from class com. | Class | com.jme3.network.serializing.serializers | JMonkeyEngine |
| ByteSerializer | Fields inherited from class com. | Class | com.jme3.network.serializing.serializers | JMonkeyEngine |
| ChannelInfoMessage | Contains information about any extra server channels (if they exist). | Class | com.jme3.network.message | JMonkeyEngine |
| CharSerializer | Fields inherited from class com. | Class | com.jme3.network.serializing.serializers | JMonkeyEngine |
| Client | Represents a remote connection to a server that can be used for sending and receiving messages. | Interface | com.jme3.network | JMonkeyEngine |
| ClientRegistrationMessage | Client registration is a message that contains a unique ID. | Class | com.jme3.network.message | JMonkeyEngine |
| ClientRegistrationMessage .ClientRegistrationSerializer | A message-specific serializer to avoid compatibility issues between versions. | Class | com.jme3.network.message | JMonkeyEngine |
| ClientStateListener | Interface | com.jme3.network | JMonkeyEngine | |
| ClientStateListener .DisconnectInfo | Provided with the clientDisconnected() notification to include additional information about the disconnect. | Class | com.jme3.network | JMonkeyEngine |
| CollectionSerializer | Serializes collections. | Class | com.jme3.network.serializing.serializers | JMonkeyEngine |
| CompressedMessage | CompressedMessage is a base class for all messages thatConstructor SummaryCompressedMessage() | Class | com.jme3.network.message | JMonkeyEngine |
| ConnectionListener | Listener that is notified about connection arrivals and removals within a server. | Interface | com.jme3.network | JMonkeyEngine |
| Connector | A single channel remote connection allowing the sending and receiving of data. | Interface | com.jme3.network.kernel | JMonkeyEngine |
| ConnectorAdapter | Wraps a single Connector and forwards new messages to the supplied message dispatcher. | Class | com.jme3.network.base | JMonkeyEngine |
| ConnectorException | Represents a client-side connection error, usually encapsulating an IOException as its cause. | Class | com.jme3.network.kernel | JMonkeyEngine |
| ConnectorFactory | Creates Connectors for a specific host. | Interface | com.jme3.network.base | JMonkeyEngine |
| DateSerializer | Fields inherited from class com. | Class | com.jme3.network.serializing.serializers | JMonkeyEngine |
| DefaultClient | A default implementation of the Client interface that delegates its network connectivity to a kernel. | Class | com.jme3.network.base | JMonkeyEngine |
| DefaultServer | A default implementation of the Server interface that delegates its network connectivity to kernel. | Class | com.jme3.network.base | JMonkeyEngine |
| DisconnectMessage | Represents a disconnect message. | Class | com.jme3.network.message | JMonkeyEngine |
| DisconnectMessage .DisconnectSerializer | A message-specific serializer to avoid compatibility issues between versions. | Class | com.jme3.network.message | JMonkeyEngine |
| DoubleSerializer | Fields inherited from class com. | Class | com.jme3.network.serializing.serializers | JMonkeyEngine |
| Endpoint | An abstract endpoint in a Kernel that can be used for sending/receiving messages within the kernel space. | Interface | com.jme3.network.kernel | JMonkeyEngine |
| EndpointEvent | Provides information about an added or removed connection. | Class | com.jme3.network.kernel | JMonkeyEngine |
| EndpointEvent .Type | Class | com.jme3.network.kernel | JMonkeyEngine | |
| EnumSerializer | Fields inherited from class com. | Class | com.jme3.network.serializing.serializers | JMonkeyEngine |
| Envelope | Encapsulates a received piece of data. | Class | com.jme3.network.kernel | JMonkeyEngine |
| ErrorListener | Notified when errors happen on a connection. | Interface | com.jme3.network | JMonkeyEngine |
| FieldSerializer | The field serializer is the default serializer used for custom class. | Class | com.jme3.network.serializing.serializers | JMonkeyEngine |
| Filter | Determines a true or false value for a given input. | Interface | com.jme3.network | JMonkeyEngine |
| Filters | Static utility methods pertaining to Filter instances. | Class | com.jme3.network | JMonkeyEngine |
| FloatSerializer | Fields inherited from class com. | Class | com.jme3.network.serializing.serializers | JMonkeyEngine |
| GZIPCompressedMessage | GZIPCompressedMessage is the class that you need to use should you want to compress a message using Gzip. | Class | com.jme3.network.message | JMonkeyEngine |
| GZIPSerializer | Serializes GZIP messages. | Class | com.jme3.network.serializing.serializers | JMonkeyEngine |
| HostedConnection | This is the connection back to a client that is being hosted in a server instance. | Interface | com.jme3.network | JMonkeyEngine |
| IntSerializer | The Integer serializer serializes. | Class | com.jme3.network.serializing.serializers | JMonkeyEngine |
| Kernel | Interface | com.jme3.network.kernel | JMonkeyEngine | |
| KernelAdapter | Wraps a single Kernel and forwards new messages to the supplied message dispatcher and new endpoint | Class | com.jme3.network.base | JMonkeyEngine |
| KernelException | Represents a kernel-level error, usually encapsulating an IOException as its cause. | Class | com.jme3.network.kernel | JMonkeyEngine |
| KernelFactory | Supplied to the DefaultServer to create any additional channel kernels that might be required. | Interface | com.jme3.network.base | JMonkeyEngine |
| LocalObject | Describes a RMI interface on the local machine. | Class | com.jme3.network.rmi | JMonkeyEngine |
| LongSerializer | The Long serializer. | Class | com.jme3.network.serializing.serializers | JMonkeyEngine |
| MapSerializer | Fields inherited from class com. | Class | com.jme3.network.serializing.serializers | JMonkeyEngine |
| Message | Interface implemented by all network messages. | Interface | com.jme3.network | JMonkeyEngine |
| MessageConnection | The source of a received message and the common abstract interface of client->server and server->client objects. | Interface | com.jme3.network | JMonkeyEngine |
| MessageListener | Listener notified about new messages. | Interface | com.jme3.network | JMonkeyEngine |
| MessageListenerRegistry | Keeps track of message listeners registered to specific types or to any type. | Class | com.jme3.network.base | JMonkeyEngine |
| MessageProtocol | Consolidates the conversion of messages to/from byte buffers and provides a rolling message buffer. | Class | com.jme3.network.base | JMonkeyEngine |
| MethodDef | Method definition is used to map methods on an RMI interface to an implementation on a remote machine. | Class | com.jme3.network.rmi | JMonkeyEngine |
| NamedThreadFactory | A simple factory that delegates to java. | Class | com.jme3.network.kernel | JMonkeyEngine |
| Network | The main service provider for conveniently creating server and client instances. | Class | com.jme3.network | JMonkeyEngine |
| Network .NetworkClientImpl | Nested Class SummaryNested classes/interfaces inherited from class com. | Class | com.jme3.network | JMonkeyEngine |
| NetworkClient | A Client whose network connection information can be provided post-creation. | Interface | com.jme3.network | JMonkeyEngine |
| NioEndpoint | Endpoint implementation that encapsulates the channel IO based connection information and keeps | Class | com.jme3.network.kernel.tcp | JMonkeyEngine |
| NioKernelFactory | KernelFactory implemention for creating TCP kernels using the NIO selector model. | Class | com.jme3.network.base | JMonkeyEngine |
| ObjectDef | Class | com.jme3.network.rmi | JMonkeyEngine | |
| ObjectStore | Class | com.jme3.network.rmi | JMonkeyEngine | |
| RemoteMethodCallMessage | Sent to a remote client to make a remote method invocation. | Class | com.jme3.network.rmi | JMonkeyEngine |
| RemoteMethodReturnMessage | Contains the return value for a remote method invocation, sent as a response to a RemoteMethodCallMessage with a non-zero invocationID. | Class | com.jme3.network.rmi | JMonkeyEngine |
| RemoteObject | Contains various meta-data about an RMI interface. | Class | com.jme3.network.rmi | JMonkeyEngine |
| RemoteObjectDefMessage | Sent to expose RMI interfaces on the local client to other clients. | Class | com.jme3.network.rmi | JMonkeyEngine |
| RmiSerializer | RmiSerializer is responsible for serializing RMI messages like define object, call, and return. | Class | com.jme3.network.rmi | JMonkeyEngine |
| SavableSerializer | Fields inherited from class com. | Class | com.jme3.network.serializing.serializers | JMonkeyEngine |
| SelectorKernel | A Kernel implementation based on NIO selectors. | Class | com.jme3.network.kernel.tcp | JMonkeyEngine |
| Serializable | Use this annotation when a class is going to be transferredOptional Element Summary | Class | com.jme3.network.serializing | JMonkeyEngine |
| SerializableSerializer | Serializes uses Java built-in method. | Class | com.jme3.network.serializing.serializers | JMonkeyEngine |
| Serializer | The main serializer class, which will serialize objects such that they can be sent across the network. | Class | com.jme3.network.serializing | JMonkeyEngine |
| SerializerException | A general exception from the serialization routines. | Class | com.jme3.network.serializing | JMonkeyEngine |
| SerializerRegistration | A SerializerRegistration represents a connection between a class, and its serializer. | Class | com.jme3.network.serializing | JMonkeyEngine |
| Server | Represents a host that can send and receive messages to a set of remote client connections. | Interface | com.jme3.network | JMonkeyEngine |
| ShortSerializer | Fields inherited from class com. | Class | com.jme3.network.serializing.serializers | JMonkeyEngine |
| SocketConnector | A straight forward socket-based connector implementation that does not use any separate threading. | Class | com.jme3.network.kernel.tcp | JMonkeyEngine |
| StringSerializer | Fields inherited from class com. | Class | com.jme3.network.serializing.serializers | JMonkeyEngine |
| TcpConnectorFactory | Creates TCP connectors to a specific remote address. | Class | com.jme3.network.base | JMonkeyEngine |
| UdpConnector | A straight forward datagram socket-based UDP connector Constructor SummaryUdpConnector(java. | Class | com.jme3.network.kernel.udp | JMonkeyEngine |
| UdpEndpoint | Endpoint implementation that encapsulates the UDP connection information for return messaging, | Class | com.jme3.network.kernel.udp | JMonkeyEngine |
| UdpKernel | A Kernel implementation using UDP packets. | Class | com.jme3.network.kernel.udp | JMonkeyEngine |
| Vector3Serializer | Fields inherited from class com. | Class | com.jme3.network.serializing.serializers | JMonkeyEngine |
| ZIPCompressedMessage | Compress a message using this ZIPCompressedMessage classConstructor SummaryZIPCompressedMessage() | Class | com.jme3.network.message | JMonkeyEngine |
| ZIPSerializer | Serializes ZIP messages. | Class | com.jme3.network.serializing.serializers | JMonkeyEngine |