Uses of Interface
org.apache.sshd.server.subsystem.SubsystemFactory
-
Packages that use SubsystemFactory Package Description org.apache.sshd.server org.apache.sshd.server.subsystem org.apache.sshd.sftp.server -
-
Uses of SubsystemFactory in org.apache.sshd.server
Fields in org.apache.sshd.server with type parameters of type SubsystemFactory Modifier and Type Field Description private java.util.List<SubsystemFactory>
SshServer. subsystemFactories
Methods in org.apache.sshd.server that return types with arguments of type SubsystemFactory Modifier and Type Method Description java.util.List<SubsystemFactory>
ServerFactoryManager. getSubsystemFactories()
Retrieve the list of named factories forCommandFactory.Command
to be used to create subsystems.java.util.List<SubsystemFactory>
SshServer. getSubsystemFactories()
Method parameters in org.apache.sshd.server with type arguments of type SubsystemFactory Modifier and Type Method Description void
SshServer. setSubsystemFactories(java.util.List<SubsystemFactory> subsystemFactories)
-
Uses of SubsystemFactory in org.apache.sshd.server.subsystem
Method parameters in org.apache.sshd.server.subsystem with type arguments of type SubsystemFactory Modifier and Type Method Description static Command
SubsystemFactory. createSubsystem(ChannelSession channel, java.util.Collection<? extends SubsystemFactory> factories, java.lang.String name)
-
Uses of SubsystemFactory in org.apache.sshd.sftp.server
Classes in org.apache.sshd.sftp.server that implement SubsystemFactory Modifier and Type Class Description class
SftpSubsystemFactory
-