Uses of Interface
org.apache.sshd.scp.common.ScpFileOpenerHolder
-
Packages that use ScpFileOpenerHolder Package Description org.apache.sshd.scp.client org.apache.sshd.scp.server -
-
Uses of ScpFileOpenerHolder in org.apache.sshd.scp.client
Subinterfaces of ScpFileOpenerHolder in org.apache.sshd.scp.client Modifier and Type Interface Description interface
ScpClientCreator
Classes in org.apache.sshd.scp.client that implement ScpFileOpenerHolder Modifier and Type Class Description class
AbstractScpClientCreator
TODO Add javadocclass
DefaultScpClientCreator
TODO Add javadoc -
Uses of ScpFileOpenerHolder in org.apache.sshd.scp.server
Classes in org.apache.sshd.scp.server that implement ScpFileOpenerHolder 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.
-