インタフェース
com.jme3.network.MessageConnection の使用

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. 
 

com.jme3.network での MessageConnection の使用
 

com.jme3.network での MessageConnection のサブインタフェース
 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.
 

com.jme3.network.base での MessageConnection の使用
 

MessageConnection を実装している com.jme3.network.base のクラス
 class DefaultClient
          A default implementation of the Client interface that delegates its network connectivity to a kernel.Connector.