Uses of Class
com.jme3.network.kernel.tcp.NioEndpoint

Packages that use NioEndpoint
com.jme3.network.kernel.tcp   
 

Uses of NioEndpoint in com.jme3.network.kernel.tcp
 

Methods in com.jme3.network.kernel.tcp that return NioEndpoint
protected  NioEndpoint SelectorKernel.addEndpoint(java.nio.channels.SocketChannel c)
           
 

Methods in com.jme3.network.kernel.tcp with parameters of type NioEndpoint
protected  void SelectorKernel.SelectorThread.cancel(NioEndpoint p)
           
protected  void SelectorKernel.closeEndpoint(NioEndpoint p)
          Called by the endpoints when they need to be closed.
protected  void SelectorKernel.newData(NioEndpoint p, java.nio.channels.SocketChannel c, java.nio.ByteBuffer shared, int size)
           
protected  void SelectorKernel.removeEndpoint(NioEndpoint p, java.nio.channels.SocketChannel c)