Uses of Interface
org.apache.sshd.common.util.threads.CloseableExecutorService
Packages that use CloseableExecutorService
Package
Description
-
Uses of CloseableExecutorService in org.apache.sshd.agent.common
Fields in org.apache.sshd.agent.common declared as CloseableExecutorServiceMethods in org.apache.sshd.agent.common that return CloseableExecutorServiceConstructors in org.apache.sshd.agent.common with parameters of type CloseableExecutorServiceModifierConstructorDescriptionprotected
AbstractAgentProxy
(CloseableExecutorService executorService) -
Uses of CloseableExecutorService in org.apache.sshd.agent.local
Constructors in org.apache.sshd.agent.local with parameters of type CloseableExecutorService -
Uses of CloseableExecutorService in org.apache.sshd.client.channel
Fields in org.apache.sshd.client.channel declared as CloseableExecutorService -
Uses of CloseableExecutorService in org.apache.sshd.common.channel
Fields in org.apache.sshd.common.channel declared as CloseableExecutorServiceMethods in org.apache.sshd.common.channel that return CloseableExecutorServiceConstructors in org.apache.sshd.common.channel with parameters of type CloseableExecutorServiceModifierConstructorDescriptionprotected
AbstractChannel
(String discriminator, boolean client, Collection<? extends RequestHandler<Channel>> handlers, CloseableExecutorService executorService) -
Uses of CloseableExecutorService in org.apache.sshd.common.io
Fields in org.apache.sshd.common.io declared as CloseableExecutorServiceModifier and TypeFieldDescriptionprivate final CloseableExecutorService
AbstractIoServiceFactory.executor
Fields in org.apache.sshd.common.io with type parameters of type CloseableExecutorServiceModifier and TypeFieldDescriptionprivate Factory
<CloseableExecutorService> AbstractIoServiceFactoryFactory.executorServiceFactory
Methods in org.apache.sshd.common.io that return CloseableExecutorServiceModifier and TypeMethodDescriptionfinal CloseableExecutorService
AbstractIoServiceFactory.getExecutorService()
protected CloseableExecutorService
AbstractIoServiceFactoryFactory.newExecutor()
Methods in org.apache.sshd.common.io that return types with arguments of type CloseableExecutorServiceMethod parameters in org.apache.sshd.common.io with type arguments of type CloseableExecutorServiceModifier and TypeMethodDescriptionvoid
AbstractIoServiceFactoryFactory.setExecutorServiceFactory
(Factory<CloseableExecutorService> factory) void
IoServiceFactoryFactory.setExecutorServiceFactory
(Factory<CloseableExecutorService> factory) Constructors in org.apache.sshd.common.io with parameters of type CloseableExecutorServiceModifierConstructorDescriptionprotected
AbstractIoServiceFactory
(FactoryManager factoryManager, CloseableExecutorService executorService) Constructor parameters in org.apache.sshd.common.io with type arguments of type CloseableExecutorServiceModifierConstructorDescriptionprotected
protected
-
Uses of CloseableExecutorService in org.apache.sshd.common.io.nio2
Fields in org.apache.sshd.common.io.nio2 declared as CloseableExecutorServiceModifier and TypeFieldDescriptionprivate final CloseableExecutorService
Nio2ServiceFactory.resuming
Constructors in org.apache.sshd.common.io.nio2 with parameters of type CloseableExecutorServiceModifierConstructorDescriptionNio2ServiceFactory
(FactoryManager factoryManager, CloseableExecutorService service, CloseableExecutorService resumeTasks) Constructor parameters in org.apache.sshd.common.io.nio2 with type arguments of type CloseableExecutorServiceModifierConstructorDescriptionNio2ServiceFactoryFactory
(Factory<CloseableExecutorService> executors) -
Uses of CloseableExecutorService in org.apache.sshd.common.util.threads
Classes in org.apache.sshd.common.util.threads that implement CloseableExecutorServiceModifier and TypeClassDescriptionclass
Wraps anExecutorService
as aCloseableExecutorService
and avoids calling itsshutdown
methods when the wrapper is shut downclass
Methods in org.apache.sshd.common.util.threads that return CloseableExecutorServiceModifier and TypeMethodDescriptionExecutorServiceCarrier.getExecutorService()
static CloseableExecutorService
ThreadUtils.newCachedThreadPool
(String poolName) static CloseableExecutorService
ThreadUtils.newCachedThreadPoolIf
(CloseableExecutorService executorService, String poolName) static CloseableExecutorService
ThreadUtils.newFixedThreadPool
(String poolName, int nThreads) static CloseableExecutorService
ThreadUtils.newFixedThreadPoolIf
(CloseableExecutorService executorService, String poolName, int nThreads) static CloseableExecutorService
ThreadUtils.newSingleThreadExecutor
(String poolName) static CloseableExecutorService
ThreadUtils.noClose
(CloseableExecutorService executorService) static CloseableExecutorService
ThreadUtils.protectExecutorServiceShutdown
(CloseableExecutorService executorService, boolean shutdownOnExit) Wraps anCloseableExecutorService
in such a way as to "protect" it for calls to theExecutorService.shutdown()
orExecutorService.shutdownNow()
.default CloseableExecutorService
ExecutorServiceProvider.resolveExecutorService()
Methods in org.apache.sshd.common.util.threads that return types with arguments of type CloseableExecutorServiceModifier and TypeMethodDescriptionSupplier
<? extends CloseableExecutorService> ExecutorServiceProvider.getExecutorServiceProvider()
Methods in org.apache.sshd.common.util.threads with parameters of type CloseableExecutorServiceModifier and TypeMethodDescriptionstatic CloseableExecutorService
ThreadUtils.newCachedThreadPoolIf
(CloseableExecutorService executorService, String poolName) static CloseableExecutorService
ThreadUtils.newFixedThreadPoolIf
(CloseableExecutorService executorService, String poolName, int nThreads) static CloseableExecutorService
ThreadUtils.noClose
(CloseableExecutorService executorService) static CloseableExecutorService
ThreadUtils.protectExecutorServiceShutdown
(CloseableExecutorService executorService, boolean shutdownOnExit) Wraps anCloseableExecutorService
in 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 CloseableExecutorServiceModifier and TypeMethodDescriptionvoid
ManagedExecutorServiceSupplier.setExecutorServiceProvider
(Supplier<? extends CloseableExecutorService> provider) -
Uses of CloseableExecutorService in org.apache.sshd.scp.server
Fields in org.apache.sshd.scp.server with type parameters of type CloseableExecutorServiceModifier and TypeFieldDescriptionprivate Supplier
<? extends CloseableExecutorService> ScpCommandFactory.executorsProvider
Methods in org.apache.sshd.scp.server that return CloseableExecutorServiceModifier and TypeMethodDescriptionprotected CloseableExecutorService
ScpCommandFactory.resolveExecutorService
(String command) Methods in org.apache.sshd.scp.server that return types with arguments of type CloseableExecutorServiceModifier and TypeMethodDescriptionSupplier
<? extends CloseableExecutorService> ScpCommandFactory.getExecutorServiceProvider()
Method parameters in org.apache.sshd.scp.server with type arguments of type CloseableExecutorServiceModifier and TypeMethodDescriptionvoid
ScpCommandFactory.setExecutorServiceProvider
(Supplier<? extends CloseableExecutorService> provider) ScpCommandFactory.Builder.withExecutorServiceProvider
(Supplier<? extends CloseableExecutorService> provider) Constructors in org.apache.sshd.scp.server with parameters of type CloseableExecutorServiceModifierConstructorDescriptionScpCommand
(ChannelSession channelSession, String command, CloseableExecutorService executorService, int sendSize, int receiveSize, ScpFileOpener fileOpener, ScpTransferEventListener eventListener) ScpShell
(ChannelSession channelSession, CloseableExecutorService executorService, int sendSize, int receiveSize, ScpFileOpener fileOpener, ScpTransferEventListener eventListener) -
Uses of CloseableExecutorService in org.apache.sshd.server.channel
Constructors in org.apache.sshd.server.channel with parameters of type CloseableExecutorServiceModifierConstructorDescriptionprotected
AbstractServerChannel
(String discriminator, Collection<? extends RequestHandler<Channel>> handlers, CloseableExecutorService executor) protected
-
Uses of CloseableExecutorService in org.apache.sshd.server.command
Fields in org.apache.sshd.server.command declared as CloseableExecutorServiceModifier and TypeFieldDescriptionprotected CloseableExecutorService
AbstractCommandSupport.executorService
Methods in org.apache.sshd.server.command that return CloseableExecutorServiceConstructors in org.apache.sshd.server.command with parameters of type CloseableExecutorServiceModifierConstructorDescriptionprotected
AbstractCommandSupport
(String command, CloseableExecutorService executorService) protected
AbstractFileSystemCommand
(String command, CloseableExecutorService executorService) -
Uses of CloseableExecutorService in org.apache.sshd.server.forward
Methods in org.apache.sshd.server.forward that return CloseableExecutorServiceConstructors in org.apache.sshd.server.forward with parameters of type CloseableExecutorServiceModifierConstructorDescriptionTcpipServerChannel
(TcpForwardingFilter.Type type, CloseableExecutorService executor) -
Uses of CloseableExecutorService in org.apache.sshd.sftp.server
Fields in org.apache.sshd.sftp.server declared as CloseableExecutorServiceModifier and TypeFieldDescriptionprotected CloseableExecutorService
SftpSubsystem.executorService
Fields in org.apache.sshd.sftp.server with type parameters of type CloseableExecutorServiceModifier and TypeFieldDescriptionprivate Supplier
<? extends CloseableExecutorService> SftpSubsystemFactory.Builder.executorsProvider
private Supplier
<? extends CloseableExecutorService> SftpSubsystemFactory.executorsProvider
Methods in org.apache.sshd.sftp.server that return CloseableExecutorServiceModifier and TypeMethodDescriptionSftpSubsystem.getExecutorService()
SftpSubsystemFactory.getExecutorService()
Methods in org.apache.sshd.sftp.server that return types with arguments of type CloseableExecutorServiceModifier and TypeMethodDescriptionSupplier
<? extends CloseableExecutorService> SftpSubsystemFactory.getExecutorServiceProvider()
Method parameters in org.apache.sshd.sftp.server with type arguments of type CloseableExecutorServiceModifier and TypeMethodDescriptionvoid
SftpSubsystemFactory.setExecutorServiceProvider
(Supplier<? extends CloseableExecutorService> provider) SftpSubsystemFactory.Builder.withExecutorServiceProvider
(Supplier<? extends CloseableExecutorService> provider)