Uses of Interface
com.jme3.network.MessageConnection
Packages that use MessageConnection
Package
Description
-
Uses of MessageConnection in com.jme3.network
Subinterfaces of MessageConnection in com.jme3.networkModifier and TypeInterfaceDescriptioninterfaceRepresents a remote connection to a server that can be used for sending and receiving messages.interfaceThis is the connection back to a client that is being hosted in a server instance.interfaceA Client whose network connection information can be provided post-creation.Classes in com.jme3.network that implement MessageConnection -
Uses of MessageConnection in com.jme3.network.base
Classes in com.jme3.network.base that implement MessageConnectionModifier and TypeClassDescriptionclassA default implementation of the Client interface that delegates its network connectivity to a kernel.Connector.protected class -
Uses of MessageConnection in com.jme3.network.service.rpc
Constructors in com.jme3.network.service.rpc with parameters of type MessageConnectionModifierConstructorDescriptionRpcConnection(MessageConnection connection) Creates a new RpcConnection for the specified network connection. -
Uses of MessageConnection in com.jme3.network.util
Classes in com.jme3.network.util with type parameters of type MessageConnectionModifier and TypeClassDescriptionclassAbstractMessageDelegator<S extends MessageConnection>A MessageListener implementation that will forward messages to methods of a delegate object.classObjectMessageDelegator<S extends MessageConnection>A MessageListener implementation that will forward messages to methods of a specified delegate object.Methods in com.jme3.network.util with parameters of type MessageConnectionModifier and TypeMethodDescriptionprotected ObjectObjectMessageDelegator.getSourceDelegate(MessageConnection source)