Class SshdThreadFactory
- java.lang.Object
-
- org.apache.sshd.common.util.logging.AbstractLoggingBean
-
- org.apache.sshd.common.util.threads.SshdThreadFactory
-
- All Implemented Interfaces:
ThreadFactory
public class SshdThreadFactory extends AbstractLoggingBean implements ThreadFactory
DefaultThreadFactory
used byThreadUtils
to create thread pools if user did provide one- Author:
- Apache MINA SSHD Project
-
-
Field Summary
-
Fields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
log
-
-
Constructor Summary
Constructors Constructor Description SshdThreadFactory(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Thread
newThread(Runnable r)
-
Methods inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
getSimplifiedLogger
-
-
-
-
Constructor Detail
-
SshdThreadFactory
public SshdThreadFactory(String name)
-
-
Method Detail
-
newThread
public Thread newThread(Runnable r)
- Specified by:
newThread
in interfaceThreadFactory
-
-