クラス
com.jme3.network.kernel.Envelope の使用

Envelope を使用しているパッケージ
com.jme3.network.kernel The kernel package is the heart of the JME networking module and controls the routing and dispatch of message data over different transport implementations. 
 

com.jme3.network.kernel での Envelope の使用
 

Envelope として宣言されている com.jme3.network.kernel のフィールド
static Envelope Kernel.EVENTS_PENDING
          A marker envelope returned from read() that indicates that there are events pending.
 

Envelope を返す com.jme3.network.kernel のメソッド
 Envelope AbstractKernel.read()
          Removes one envelope from the received messages queue or blocks until one is available.
 Envelope Kernel.read()
          Removes one envelope from the received messages queue or blocks until one is available.