Class NettyIoServiceFactoryFactory

  • All Implemented Interfaces:
    org.apache.sshd.common.io.IoServiceFactoryFactory

    public class NettyIoServiceFactoryFactory
    extends org.apache.sshd.common.io.AbstractIoServiceFactoryFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected io.netty.channel.EventLoopGroup eventLoopGroup  
      • Fields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean

        log
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.sshd.common.io.IoServiceFactory create​(org.apache.sshd.common.FactoryManager manager)  
      • Methods inherited from class org.apache.sshd.common.io.AbstractIoServiceFactoryFactory

        getExecutorServiceFactory, newExecutor, setExecutorServiceFactory
      • Methods inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean

        debug, debug, debug, debug, debug, error, error, error, error, error, getSimplifiedLogger, info, info, warn, warn, warn, warn, warn, warn, warn, warn
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • eventLoopGroup

        protected final io.netty.channel.EventLoopGroup eventLoopGroup
    • Constructor Detail

      • NettyIoServiceFactoryFactory

        public NettyIoServiceFactoryFactory()
      • NettyIoServiceFactoryFactory

        public NettyIoServiceFactoryFactory​(io.netty.channel.EventLoopGroup eventLoopGroup)
    • Method Detail

      • create

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