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
- Author:
- Apache MINA SSHD Project
-
Field Summary
Fields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
log -
Constructor Summary
ConstructorsConstructorDescriptionNio2ServiceFactoryFactory(org.apache.sshd.common.Factory<org.apache.sshd.common.util.threads.CloseableExecutorService> executors) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.sshd.common.io.IoServiceFactorycreate(FactoryManager manager) Methods inherited from class AbstractIoServiceFactoryFactory
getExecutorServiceFactory, newExecutor, setExecutorServiceFactoryMethods 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
-
Constructor Details
-
Nio2ServiceFactoryFactory
public Nio2ServiceFactoryFactory() -
Nio2ServiceFactoryFactory
public Nio2ServiceFactoryFactory(org.apache.sshd.common.Factory<org.apache.sshd.common.util.threads.CloseableExecutorService> executors) - Parameters:
executors- TheCloseableExecutorServiceto use for spawning threads. Ifnullthen an internal service is allocated - in which case it is automatically shutdown
-
-
Method Details
-
create
-