Package org.apache.sshd.common.util.threads
-
Interface Summary Interface Description CloseableExecutorService ExecutorServiceCarrier ExecutorServiceProvider ManagedExecutorServiceSupplier -
Class Summary Class Description NoCloseExecutor Wraps anExecutorService
as aCloseableExecutorService
and avoids calling itsshutdown
methods when the wrapper is shut downSshdThreadFactory DefaultThreadFactory
used byThreadUtils
to create thread pools if user did provide oneSshThreadPoolExecutor ThreadUtils Utility class for thread pools.