クラス
com.jme3.network.connection.Connection の使用

Connection を使用しているパッケージ
com.jme3.network.connection   
com.jme3.network.message   
 

com.jme3.network.connection での Connection の使用
 

com.jme3.network.connection での Connection のサブクラス
 class SSLTCPConnection
          The SSLTCPConnection.
 class TCPConnection
          The TCPConnection handles all traffic regarding TCP client and server.
 class UDPConnection
          The UDPConnection handles all UDP traffic.
 

com.jme3.network.message での Connection の使用
 

Connection を返す com.jme3.network.message のメソッド
 Connection Message.getConnection()
          推奨されていません。 This method always returns null in the new API.
 

Connection 型のパラメータを持つ com.jme3.network.message のメソッド
 void Message.setConnection(Connection connection)
          推奨されていません。