Package com.jme3.network
package com.jme3.network
-
ClassDescriptionInterface implemented by all network messages.Represents a remote connection to a server that can be used for sending and receiving messages.Listener that is notified about the connection state of a Client.Provided with the clientDisconnected() notification to include additional information about the disconnect.Listener that is notified about connection arrivals and removals within a server.Notified when errors happen on a connection.Filter<T>Determines a true or false value for a given input.Static utility methods pertaining to Filter instances.This is the connection back to a client that is being hosted in a server instance.Interface implemented by all network messages.The source of a received message and the common abstract interface of client->server and server->client objects.Listener notified about new messages.The main service provider for conveniently creating server and client instances.A Client whose network connection information can be provided post-creation.Represents a host that can send and receive messages to a set of remote client connections.