Interface CloseableExecutorService
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.nio.channels.Channel
,java.io.Closeable
,Closeable
,java.util.concurrent.Executor
,java.util.concurrent.ExecutorService
- All Known Implementing Classes:
NoCloseExecutor
,SshThreadPoolExecutor
public interface CloseableExecutorService extends java.util.concurrent.ExecutorService, Closeable
-
-
Field Summary
-
Fields inherited from interface org.apache.sshd.common.Closeable
CLOSE_WAIT_TIMEOUT, DEFAULT_CLOSE_WAIT_TIMEOUT
-
-
Method Summary
-
Methods inherited from interface org.apache.sshd.common.Closeable
addCloseFutureListener, close, close, isClosed, isClosing, isOpen, removeCloseFutureListener
-
-