パッケージ
com.jme3.network.kernel の使用

com.jme3.network.kernel を使用しているパッケージ
com.jme3.network.base The base package contains the default implementations for the Client and Server interfaces from the public API. 
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.tcp   
com.jme3.network.kernel.udp   
 

com.jme3.network.base により使用される com.jme3.network.kernel のクラス
Connector
          A single channel remote connection allowing the sending and receiving of data.
Kernel
          Defines the basic byte[] passing messaging kernel.
 

com.jme3.network.kernel により使用される com.jme3.network.kernel のクラス
Endpoint
          An abstract endpoint in a Kernel that can be used for sending/receiving messages within the kernel space.
EndpointEvent
          Provides information about an added or removed connection.
EndpointEvent.Type
           
Envelope
          Encapsulates a received piece of data.
Kernel
          Defines the basic byte[] passing messaging kernel.
 

com.jme3.network.kernel.tcp により使用される com.jme3.network.kernel のクラス
AbstractKernel
          Base implementation of the Kernel interface providing several useful default implementations of some methods.
Connector
          A single channel remote connection allowing the sending and receiving of data.
Endpoint
          An abstract endpoint in a Kernel that can be used for sending/receiving messages within the kernel space.
Kernel
          Defines the basic byte[] passing messaging kernel.
 

com.jme3.network.kernel.udp により使用される com.jme3.network.kernel のクラス
AbstractKernel
          Base implementation of the Kernel interface providing several useful default implementations of some methods.
Connector
          A single channel remote connection allowing the sending and receiving of data.
Endpoint
          An abstract endpoint in a Kernel that can be used for sending/receiving messages within the kernel space.
Kernel
          Defines the basic byte[] passing messaging kernel.