Uses of Interface
org.apache.sshd.common.util.threads.CloseableExecutorService
-
Packages that use CloseableExecutorService Package Description org.apache.sshd.common.util.threads -
-
Uses of CloseableExecutorService in org.apache.sshd.common.util.threads
Classes in org.apache.sshd.common.util.threads that implement CloseableExecutorService Modifier and Type Class Description classNoCloseExecutorWraps anExecutorServiceas aCloseableExecutorServiceand avoids calling itsshutdownmethods when the wrapper is shut downclassSshThreadPoolExecutorMethods in org.apache.sshd.common.util.threads that return types with arguments of type CloseableExecutorService Modifier and Type Method Description Supplier<? extends CloseableExecutorService>ExecutorServiceProvider. getExecutorServiceProvider()Methods in org.apache.sshd.common.util.threads with parameters of type CloseableExecutorService Modifier and Type Method Description static CloseableExecutorServiceThreadUtils. newCachedThreadPoolIf(CloseableExecutorService executorService, String poolName)static CloseableExecutorServiceThreadUtils. newFixedThreadPoolIf(CloseableExecutorService executorService, String poolName, int nThreads)static CloseableExecutorServiceThreadUtils. noClose(CloseableExecutorService executorService)static CloseableExecutorServiceThreadUtils. protectExecutorServiceShutdown(CloseableExecutorService executorService, boolean shutdownOnExit)Wraps anCloseableExecutorServicein such a way as to "protect" it for calls to theExecutorService.shutdown()orExecutorService.shutdownNow().Method parameters in org.apache.sshd.common.util.threads with type arguments of type CloseableExecutorService Modifier and Type Method Description voidManagedExecutorServiceSupplier. setExecutorServiceProvider(Supplier<? extends CloseableExecutorService> provider)
-