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 interfaceScpClientCreatorClasses in org.apache.sshd.scp.client that implement ScpFileOpenerHolder Modifier and Type Class Description classAbstractScpClientCreatorTODO Add javadocclassDefaultScpClientCreatorTODO 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 classScpCommandFactoryThisCommandFactorycan be used as a standalone command factory or can be used to augment anotherCommandFactoryand providesSCPsupport.
-