Home | History | Annotate | Download | only in udp

Lines Matching defs:kernel

33 package com.jme3.network.kernel.udp;
35 import com.jme3.network.kernel.Endpoint;
36 import com.jme3.network.kernel.Kernel;
37 import com.jme3.network.kernel.KernelException;
58 private UdpKernel kernel;
61 public UdpEndpoint( UdpKernel kernel, long id, SocketAddress address, DatagramSocket socket )
66 this.kernel = kernel;
69 public Kernel getKernel()
71 return kernel;
91 kernel.closeEndpoint(this);
111 // own logical state for the kernel's benefit.
126 // Just queue it up for the kernel threads to write
128 kernel.enqueueWrite( this, p );