Home | History | Annotate | Download | only in base

Lines Matching refs:Kernel

36 import com.jme3.network.kernel.Endpoint;
37 import com.jme3.network.kernel.Kernel;
52 * its network connectivity to kernel.Kernel.
89 public DefaultServer( String gameName, int version, Kernel reliable, Kernel fast )
92 throw new IllegalArgumentException( "Default server reqiures a reliable kernel instance." );
122 // for "connection types" and some kind of registry of kernel and
136 Kernel kernel = kernelFactory.createKernel(result, port);
137 channels.add( new KernelAdapter(this, kernel, dispatcher, true) );