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 CloseableExecutorServiceModifierConstructorDescriptionprotectedAbstractAgentProxy(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 CloseableExecutorServiceModifierConstructorDescriptionprotectedAbstractChannel(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 CloseableExecutorServiceAbstractIoServiceFactory.executorFields in org.apache.sshd.common.io with type parameters of type CloseableExecutorServiceModifier and TypeFieldDescriptionprivate Factory<CloseableExecutorService> AbstractIoServiceFactoryFactory.executorServiceFactoryMethods in org.apache.sshd.common.io that return CloseableExecutorServiceModifier and TypeMethodDescriptionfinal CloseableExecutorServiceAbstractIoServiceFactory.getExecutorService()protected CloseableExecutorServiceAbstractIoServiceFactoryFactory.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 TypeMethodDescriptionvoidAbstractIoServiceFactoryFactory.setExecutorServiceFactory(Factory<CloseableExecutorService> factory) voidIoServiceFactoryFactory.setExecutorServiceFactory(Factory<CloseableExecutorService> factory) Constructors in org.apache.sshd.common.io with parameters of type CloseableExecutorServiceModifierConstructorDescriptionprotectedAbstractIoServiceFactory(FactoryManager factoryManager, CloseableExecutorService executorService) Constructor parameters in org.apache.sshd.common.io with type arguments of type CloseableExecutorServiceModifierConstructorDescriptionprotectedprotected -
Uses of CloseableExecutorService in org.apache.sshd.common.io.nio2
Fields in org.apache.sshd.common.io.nio2 declared as CloseableExecutorServiceModifier and TypeFieldDescriptionprivate final CloseableExecutorServiceNio2ServiceFactory.resumingConstructors 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 TypeClassDescriptionclassWraps anExecutorServiceas aCloseableExecutorServiceand avoids calling itsshutdownmethods when the wrapper is shut downclassMethods in org.apache.sshd.common.util.threads that return CloseableExecutorServiceModifier and TypeMethodDescriptionExecutorServiceCarrier.getExecutorService()static CloseableExecutorServiceThreadUtils.newCachedThreadPool(String poolName) static CloseableExecutorServiceThreadUtils.newCachedThreadPoolIf(CloseableExecutorService executorService, String poolName) static CloseableExecutorServiceThreadUtils.newFixedThreadPool(String poolName, int nThreads) static CloseableExecutorServiceThreadUtils.newFixedThreadPoolIf(CloseableExecutorService executorService, String poolName, int nThreads) static CloseableExecutorServiceThreadUtils.newSingleThreadExecutor(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 CloseableExecutorServiceModifier and TypeMethodDescriptionSupplier<? extends CloseableExecutorService> ExecutorServiceProvider.getExecutorServiceProvider()Methods in org.apache.sshd.common.util.threads with parameters of type CloseableExecutorServiceModifier and TypeMethodDescriptionstatic 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 CloseableExecutorServiceModifier and TypeMethodDescriptionvoidManagedExecutorServiceSupplier.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.executorsProviderMethods in org.apache.sshd.scp.server that return CloseableExecutorServiceModifier and TypeMethodDescriptionprotected CloseableExecutorServiceScpCommandFactory.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 TypeMethodDescriptionvoidScpCommandFactory.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 CloseableExecutorServiceModifierConstructorDescriptionprotectedAbstractServerChannel(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 CloseableExecutorServiceAbstractCommandSupport.executorServiceMethods in org.apache.sshd.server.command that return CloseableExecutorServiceConstructors in org.apache.sshd.server.command with parameters of type CloseableExecutorServiceModifierConstructorDescriptionprotectedAbstractCommandSupport(String command, CloseableExecutorService executorService) protectedAbstractFileSystemCommand(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 CloseableExecutorServiceSftpSubsystem.executorServiceFields in org.apache.sshd.sftp.server with type parameters of type CloseableExecutorServiceModifier and TypeFieldDescriptionprivate Supplier<? extends CloseableExecutorService> SftpSubsystemFactory.Builder.executorsProviderprivate Supplier<? extends CloseableExecutorService> SftpSubsystemFactory.executorsProviderMethods 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 TypeMethodDescriptionvoidSftpSubsystemFactory.setExecutorServiceProvider(Supplier<? extends CloseableExecutorService> provider) SftpSubsystemFactory.Builder.withExecutorServiceProvider(Supplier<? extends CloseableExecutorService> provider)