Uses of Interface
com.jme3.network.kernel.Kernel
Packages that use Kernel
Package
Description
-
Uses of Kernel in com.jme3.network.base
Methods in com.jme3.network.base that return KernelModifier and TypeMethodDescriptionKernelFactory.createKernel(int channel, int port) NioKernelFactory.createKernel(int channel, int port) KernelAdapter.getKernel()Constructors in com.jme3.network.base with parameters of type KernelModifierConstructorDescriptionDefaultServer(String gameName, int version, Kernel reliable, Kernel fast) KernelAdapter(DefaultServer server, Kernel kernel, MessageProtocol protocol, MessageListener<HostedConnection> messageDispatcher, boolean reliable) -
Uses of Kernel in com.jme3.network.kernel
Classes in com.jme3.network.kernel that implement KernelModifier and TypeClassDescriptionclassBase implementation of the Kernel interface providing several useful default implementations of some methods.Methods in com.jme3.network.kernel that return KernelModifier and TypeMethodDescriptionEndpoint.getKernel()Returns the kernel to which this endpoint belongs.EndpointEvent.getSource()Methods in com.jme3.network.kernel with parameters of type KernelModifier and TypeMethodDescriptionstatic EndpointEventstatic EndpointEventEndpointEvent.createRemove(Kernel source, Endpoint p) Constructors in com.jme3.network.kernel with parameters of type Kernel -
Uses of Kernel in com.jme3.network.kernel.tcp
Classes in com.jme3.network.kernel.tcp that implement KernelModifier and TypeClassDescriptionclassA Kernel implementation based on NIO selectors.Methods in com.jme3.network.kernel.tcp that return Kernel -
Uses of Kernel in com.jme3.network.kernel.udp
Classes in com.jme3.network.kernel.udp that implement KernelMethods in com.jme3.network.kernel.udp that return Kernel