Home | History | Annotate | Download | only in tcp

Lines Matching refs:Kernel

33 package com.jme3.network.kernel.tcp;
35 import com.jme3.network.kernel.Endpoint;
36 import com.jme3.network.kernel.Kernel;
37 import com.jme3.network.kernel.KernelException;
58 private SelectorKernel kernel;
62 public NioEndpoint( SelectorKernel kernel, long id, SocketChannel socket )
66 this.kernel = kernel;
69 public Kernel getKernel()
71 return kernel;
93 // standpoint, it's still safest to tell the kernel so that it can be sure
95 kernel.closeEndpoint(this);
117 * The wakeup option is used internally when the kernel is
140 kernel.wakeupSelector();