Uses of Interface
org.apache.sshd.server.subsystem.SubsystemFactory
-
Packages that use SubsystemFactory Package Description org.apache.sshd.server org.apache.sshd.server.subsystem -
-
Uses of SubsystemFactory in org.apache.sshd.server
Methods in org.apache.sshd.server that return types with arguments of type SubsystemFactory Modifier and Type Method Description List<? extends SubsystemFactory>ServerFactoryManager. getSubsystemFactories()Retrieve the list of named factories forCommandFactory.Commandto be used to create subsystems.List<? extends SubsystemFactory>SshServer. getSubsystemFactories()Method parameters in org.apache.sshd.server with type arguments of type SubsystemFactory Modifier and Type Method Description voidSshServer. setSubsystemFactories(List<? extends 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 CommandSubsystemFactory. createSubsystem(ChannelSession channel, Collection<? extends SubsystemFactory> factories, String name)
-