Class NoCloseExecutor

java.lang.Object
org.apache.sshd.common.util.threads.NoCloseExecutor
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, Executor, ExecutorService, Closeable, CloseableExecutorService

public class NoCloseExecutor extends Object implements CloseableExecutorService
Wraps an ExecutorService as a CloseableExecutorService and avoids calling its shutdown methods when the wrapper is shut down