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

    Fields
    Modifier and Type
    Field
    Description
    static final KernelFactory
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createKernel(int channel, int port)