Class Nio2ServiceFactoryFactory

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.io.AbstractIoServiceFactoryFactory
org.apache.sshd.common.io.nio2.Nio2ServiceFactoryFactory
All Implemented Interfaces:
IoServiceFactoryFactory

public class Nio2ServiceFactoryFactory extends AbstractIoServiceFactoryFactory
Author:
Apache MINA SSHD Project
  • Constructor Details

    • Nio2ServiceFactoryFactory

      public Nio2ServiceFactoryFactory()
    • Nio2ServiceFactoryFactory

      public Nio2ServiceFactoryFactory(org.apache.sshd.common.Factory<org.apache.sshd.common.util.threads.CloseableExecutorService> executors)
      Parameters:
      executors - The CloseableExecutorService to use for spawning threads. If null then an internal service is allocated - in which case it is automatically shutdown
  • Method Details

    • create

      public org.apache.sshd.common.io.IoServiceFactory create(FactoryManager manager)