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 AbstractLoggingBean
log -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-