Uses of Interface
org.apache.sshd.common.util.threads.CloseableExecutorService
-
-
Uses of CloseableExecutorService in org.apache.sshd.agent.common
Fields in org.apache.sshd.agent.common declared as CloseableExecutorService Modifier and Type Field Description private CloseableExecutorServiceAbstractAgentProxy. executorMethods in org.apache.sshd.agent.common that return CloseableExecutorService Modifier and Type Method Description CloseableExecutorServiceAbstractAgentProxy. getExecutorService()Constructors in org.apache.sshd.agent.common with parameters of type CloseableExecutorService Constructor Description AbstractAgentProxy(CloseableExecutorService executorService) -
Uses of CloseableExecutorService in org.apache.sshd.agent.local
Constructors in org.apache.sshd.agent.local with parameters of type CloseableExecutorService Constructor Description ChannelAgentForwarding(CloseableExecutorService executor) -
Uses of CloseableExecutorService in org.apache.sshd.client.channel
Fields in org.apache.sshd.client.channel declared as CloseableExecutorService Modifier and Type Field Description private CloseableExecutorServiceChannelSession. pumperService -
Uses of CloseableExecutorService in org.apache.sshd.common.channel
Fields in org.apache.sshd.common.channel declared as CloseableExecutorService Modifier and Type Field Description private CloseableExecutorServiceAbstractChannel. executorMethods in org.apache.sshd.common.channel that return CloseableExecutorService Modifier and Type Method Description CloseableExecutorServiceAbstractChannel. getExecutorService()Constructors in org.apache.sshd.common.channel with parameters of type CloseableExecutorService Constructor Description AbstractChannel(java.lang.String discriminator, boolean client, java.util.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 CloseableExecutorService Modifier and Type Field Description private CloseableExecutorServiceAbstractIoServiceFactory. executorFields in org.apache.sshd.common.io with type parameters of type CloseableExecutorService Modifier and Type Field Description private Factory<CloseableExecutorService>AbstractIoServiceFactoryFactory. executorServiceFactoryMethods in org.apache.sshd.common.io that return CloseableExecutorService Modifier and Type Method Description CloseableExecutorServiceAbstractIoServiceFactory. getExecutorService()protected CloseableExecutorServiceAbstractIoServiceFactoryFactory. newExecutor()Methods in org.apache.sshd.common.io that return types with arguments of type CloseableExecutorService Modifier and Type Method Description Factory<CloseableExecutorService>AbstractIoServiceFactoryFactory. getExecutorServiceFactory()Method parameters in org.apache.sshd.common.io with type arguments of type CloseableExecutorService Modifier and Type Method Description voidAbstractIoServiceFactoryFactory. setExecutorServiceFactory(Factory<CloseableExecutorService> factory)voidIoServiceFactoryFactory. setExecutorServiceFactory(Factory<CloseableExecutorService> factory)Constructors in org.apache.sshd.common.io with parameters of type CloseableExecutorService Constructor Description AbstractIoServiceFactory(FactoryManager factoryManager, CloseableExecutorService executorService)Constructor parameters in org.apache.sshd.common.io with type arguments of type CloseableExecutorService Constructor Description AbstractIoServiceFactoryFactory(Factory<CloseableExecutorService> factory)DefaultIoServiceFactoryFactory(Factory<CloseableExecutorService> factory) -
Uses of CloseableExecutorService in org.apache.sshd.common.io.nio2
Constructors in org.apache.sshd.common.io.nio2 with parameters of type CloseableExecutorService Constructor Description Nio2ServiceFactory(FactoryManager factoryManager, CloseableExecutorService service)Constructor parameters in org.apache.sshd.common.io.nio2 with type arguments of type CloseableExecutorService Constructor Description Nio2ServiceFactoryFactory(Factory<CloseableExecutorService> executors) -
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 CloseableExecutorService Modifier and Type Method Description CloseableExecutorServiceExecutorServiceCarrier. getExecutorService()static CloseableExecutorServiceThreadUtils. newCachedThreadPool(java.lang.String poolName)static CloseableExecutorServiceThreadUtils. newCachedThreadPoolIf(CloseableExecutorService executorService, java.lang.String poolName)static CloseableExecutorServiceThreadUtils. newFixedThreadPool(java.lang.String poolName, int nThreads)static CloseableExecutorServiceThreadUtils. newFixedThreadPoolIf(CloseableExecutorService executorService, java.lang.String poolName, int nThreads)static CloseableExecutorServiceThreadUtils. newSingleThreadExecutor(java.lang.String poolName)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().default CloseableExecutorServiceExecutorServiceProvider. resolveExecutorService()Methods in org.apache.sshd.common.util.threads that return types with arguments of type CloseableExecutorService Modifier and Type Method Description java.util.function.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, java.lang.String poolName)static CloseableExecutorServiceThreadUtils. newFixedThreadPoolIf(CloseableExecutorService executorService, java.lang.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(java.util.function.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 CloseableExecutorService Modifier and Type Field Description private java.util.function.Supplier<? extends CloseableExecutorService>ScpCommandFactory. executorsProviderMethods in org.apache.sshd.scp.server that return CloseableExecutorService Modifier and Type Method Description protected CloseableExecutorServiceScpCommandFactory. resolveExecutorService(java.lang.String command)Methods in org.apache.sshd.scp.server that return types with arguments of type CloseableExecutorService Modifier and Type Method Description java.util.function.Supplier<? extends CloseableExecutorService>ScpCommandFactory. getExecutorServiceProvider()Method parameters in org.apache.sshd.scp.server with type arguments of type CloseableExecutorService Modifier and Type Method Description voidScpCommandFactory. setExecutorServiceProvider(java.util.function.Supplier<? extends CloseableExecutorService> provider)ScpCommandFactory.BuilderScpCommandFactory.Builder. withExecutorServiceProvider(java.util.function.Supplier<? extends CloseableExecutorService> provider)Constructors in org.apache.sshd.scp.server with parameters of type CloseableExecutorService Constructor Description ScpCommand(ChannelSession channelSession, java.lang.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 CloseableExecutorService Constructor Description AbstractServerChannel(java.lang.String discriminator, java.util.Collection<? extends RequestHandler<Channel>> handlers, CloseableExecutorService executor)AbstractServerChannel(CloseableExecutorService executor) -
Uses of CloseableExecutorService in org.apache.sshd.server.command
Fields in org.apache.sshd.server.command declared as CloseableExecutorService Modifier and Type Field Description protected CloseableExecutorServiceAbstractCommandSupport. executorServiceMethods in org.apache.sshd.server.command that return CloseableExecutorService Modifier and Type Method Description CloseableExecutorServiceAbstractCommandSupport. getExecutorService()Constructors in org.apache.sshd.server.command with parameters of type CloseableExecutorService Constructor Description AbstractCommandSupport(java.lang.String command, CloseableExecutorService executorService)AbstractFileSystemCommand(java.lang.String command, CloseableExecutorService executorService) -
Uses of CloseableExecutorService in org.apache.sshd.server.forward
Methods in org.apache.sshd.server.forward that return CloseableExecutorService Modifier and Type Method Description CloseableExecutorServiceTcpipServerChannel.TcpipFactory. getExecutorService()Constructors in org.apache.sshd.server.forward with parameters of type CloseableExecutorService Constructor Description TcpipServerChannel(TcpForwardingFilter.Type type, CloseableExecutorService executor) -
Uses of CloseableExecutorService in org.apache.sshd.sftp.server
Fields in org.apache.sshd.sftp.server declared as CloseableExecutorService Modifier and Type Field Description protected CloseableExecutorServiceSftpSubsystem. executorServiceFields in org.apache.sshd.sftp.server with type parameters of type CloseableExecutorService Modifier and Type Field Description private java.util.function.Supplier<? extends CloseableExecutorService>SftpSubsystemFactory.Builder. executorsProviderprivate java.util.function.Supplier<? extends CloseableExecutorService>SftpSubsystemFactory. executorsProviderMethods in org.apache.sshd.sftp.server that return CloseableExecutorService Modifier and Type Method Description CloseableExecutorServiceSftpSubsystem. getExecutorService()CloseableExecutorServiceSftpSubsystemFactory. getExecutorService()Methods in org.apache.sshd.sftp.server that return types with arguments of type CloseableExecutorService Modifier and Type Method Description java.util.function.Supplier<? extends CloseableExecutorService>SftpSubsystemFactory. getExecutorServiceProvider()Method parameters in org.apache.sshd.sftp.server with type arguments of type CloseableExecutorService Modifier and Type Method Description voidSftpSubsystemFactory. setExecutorServiceProvider(java.util.function.Supplier<? extends CloseableExecutorService> provider)SftpSubsystemFactory.BuilderSftpSubsystemFactory.Builder. withExecutorServiceProvider(java.util.function.Supplier<? extends CloseableExecutorService> provider)
-