Uses of Interface
org.apache.sshd.server.subsystem.SubsystemFactory
Packages that use SubsystemFactory
Package
Description
-
Uses of SubsystemFactory in org.apache.sshd.server
Fields in org.apache.sshd.server with type parameters of type SubsystemFactoryModifier and TypeFieldDescriptionprivate List<? extends SubsystemFactory>
SshServer.subsystemFactories
Methods in org.apache.sshd.server that return types with arguments of type SubsystemFactoryModifier and TypeMethodDescriptionList<? extends SubsystemFactory>
ServerFactoryManager.getSubsystemFactories()
Retrieve the list of named factories forCommandFactory.Command
to be used to create subsystems.List<? extends SubsystemFactory>
SshServer.getSubsystemFactories()
Method parameters in org.apache.sshd.server with type arguments of type SubsystemFactoryModifier and TypeMethodDescriptionvoid
SshServer.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 SubsystemFactoryModifier and TypeMethodDescriptionstatic Command
SubsystemFactory.createSubsystem
(ChannelSession channel, Collection<? extends SubsystemFactory> factories, String name) -
Uses of SubsystemFactory in org.apache.sshd.sftp.server
Classes in org.apache.sshd.sftp.server that implement SubsystemFactory