Uses of Interface
org.apache.sshd.common.util.threads.ManagedExecutorServiceSupplier
-
Packages that use ManagedExecutorServiceSupplier Package Description org.apache.sshd.server.scp org.apache.sshd.server.subsystem.sftp -
-
Uses of ManagedExecutorServiceSupplier in org.apache.sshd.server.scp
Classes in org.apache.sshd.server.scp that implement ManagedExecutorServiceSupplier 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 ManagedExecutorServiceSupplier in org.apache.sshd.server.subsystem.sftp
Classes in org.apache.sshd.server.subsystem.sftp that implement ManagedExecutorServiceSupplier Modifier and Type Class Description class
SftpSubsystemFactory
-