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.scp.server org.apache.sshd.sftp.server -
-
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.scp.server
Classes in org.apache.sshd.scp.server 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.sftp.server
Classes in org.apache.sshd.sftp.server that implement ExecutorServiceProvider Modifier and Type Class Description class
SftpSubsystemFactory
-