|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.network.base.NioKernelFactory
public class NioKernelFactory
KernelFactory implemention for creating TCP kernels using the NIO selector model.
Field Summary |
---|
Fields inherited from interface com.jme3.network.base.KernelFactory |
---|
DEFAULT |
Constructor Summary | |
---|---|
NioKernelFactory()
|
Method Summary | |
---|---|
Kernel |
createKernel(int channel,
int port)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NioKernelFactory()
Method Detail |
---|
public Kernel createKernel(int channel, int port) throws java.io.IOException
createKernel
in interface KernelFactory
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |