Uses of Interface
org.apache.sshd.common.util.threads.ExecutorServiceProvider
-
Packages that use ExecutorServiceProvider Package Description org.apache.sshd.common.util.threads org.apache.sshd.server.scp org.apache.sshd.server.subsystem.sftp -
-
Uses of ExecutorServiceProvider in org.apache.sshd.common.util.threads
Subinterfaces of ExecutorServiceProvider in org.apache.sshd.common.util.threads Modifier and Type Interface Description interface
ManagedExecutorServiceSupplier
-
Uses of ExecutorServiceProvider in org.apache.sshd.server.scp
Classes in org.apache.sshd.server.scp that implement ExecutorServiceProvider Modifier and Type Class Description class
ScpCommandFactory
ThisCommandFactory
can be used as a standalone command factory or can be used to augment anotherCommandFactory
and providesSCP
support. -
Uses of ExecutorServiceProvider in org.apache.sshd.server.subsystem.sftp
Classes in org.apache.sshd.server.subsystem.sftp that implement ExecutorServiceProvider Modifier and Type Class Description class
SftpSubsystemFactory
-