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, warnMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.sshd.common.io.IoServiceFactoryFactory
create
-
Field Details
-
executorServiceFactory
-
-
Constructor Details
-
AbstractIoServiceFactoryFactory
- Parameters:
factory- TheCloseableExecutorServicefactory to use for spawning threads. Ifnullthen an internal service will be allocated.
-
-
Method Details
-
getExecutorServiceFactory
-
setExecutorServiceFactory
- Specified by:
setExecutorServiceFactoryin interfaceIoServiceFactoryFactory
-
newExecutor
-