com.jme3.network.base
Interface KernelFactory

All Known Implementing Classes:
NioKernelFactory

public interface KernelFactory

Supplied to the DefaultServer to create any additional channel kernels that might be required.


Field Summary
static KernelFactory DEFAULT
           
 
Method Summary
 Kernel createKernel(int channel, int port)
           
 

Field Detail

DEFAULT

static final KernelFactory DEFAULT
Method Detail

createKernel

Kernel createKernel(int channel,
                    int port)
                    throws java.io.IOException
Throws:
java.io.IOException