Uses of Class
com.jme3.network.kernel.tcp.NioEndpoint
Packages that use NioEndpoint
-
Uses of NioEndpoint in com.jme3.network.kernel.tcp
Methods in com.jme3.network.kernel.tcp that return NioEndpointModifier and TypeMethodDescriptionprotected NioEndpointSelectorKernel.addEndpoint(SocketChannel c) Methods in com.jme3.network.kernel.tcp with parameters of type NioEndpointModifier and TypeMethodDescriptionprotected voidSelectorKernel.SelectorThread.cancel(NioEndpoint p) protected voidSelectorKernel.closeEndpoint(NioEndpoint p) Called by the endpoints when they need to be closed.protected voidSelectorKernel.newData(NioEndpoint p, SocketChannel c, ByteBuffer shared, int size) protected voidSelectorKernel.removeEndpoint(NioEndpoint p, SocketChannel c)