Package org.apache.sshd.common.io
Class AbstractIoServiceFactoryFactory
java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.io.AbstractIoServiceFactoryFactory
- All Implemented Interfaces:
IoServiceFactoryFactory
- Direct Known Subclasses:
DefaultIoServiceFactoryFactory
,Nio2ServiceFactoryFactory
public abstract class AbstractIoServiceFactoryFactory
extends AbstractLoggingBean
implements IoServiceFactoryFactory
-
Field Summary
FieldsFields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
log
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
-
Method Summary
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
Methods inherited from interface org.apache.sshd.common.io.IoServiceFactoryFactory
create
-
Field Details
-
executorServiceFactory
-
-
Constructor Details
-
AbstractIoServiceFactoryFactory
- Parameters:
factory
- TheCloseableExecutorService
factory to use for spawning threads. Ifnull
then an internal service will be allocated.
-
-
Method Details
-
getExecutorServiceFactory
-
setExecutorServiceFactory
- Specified by:
setExecutorServiceFactory
in interfaceIoServiceFactoryFactory
-
newExecutor
-