Uses of Interface
com.jme3.network.MessageConnection

Packages that use MessageConnection
com.jme3.network The network package contains the public API for the jME3 SpiderMonkey networking module. 
com.jme3.network.base The base package contains the default implementations for the Client and Server interfaces from the public API. 
 

Uses of MessageConnection in com.jme3.network
 

Subinterfaces of MessageConnection in com.jme3.network
 interface Client
          Represents a remote connection to a server that can be used for sending and receiving messages.
 interface HostedConnection
          This is the connection back to a client that is being hosted in a server instance.
 interface NetworkClient
          A Client whose network connection information can be provided post-creation.
 

Classes in com.jme3.network that implement MessageConnection
protected static class Network.NetworkClientImpl
           
 

Uses of MessageConnection in com.jme3.network.base
 

Classes in com.jme3.network.base that implement MessageConnection
 class DefaultClient
          A default implementation of the Client interface that delegates its network connectivity to a kernel.Connector.
protected  class DefaultServer.Connection