Package | Description |
---|---|
org.apache.sshd.server | |
org.apache.sshd.server.subsystem | |
org.apache.sshd.sftp.server |
Modifier and Type | Method and Description |
---|---|
List<? extends SubsystemFactory> |
ServerFactoryManager.getSubsystemFactories()
Retrieve the list of named factories for
CommandFactory.Command to be used to create subsystems. |
List<? extends SubsystemFactory> |
SshServer.getSubsystemFactories() |
Modifier and Type | Method and Description |
---|---|
void |
SshServer.setSubsystemFactories(List<? extends SubsystemFactory> subsystemFactories) |
Modifier and Type | Method and Description |
---|---|
static Command |
SubsystemFactory.createSubsystem(ChannelSession channel,
Collection<? extends SubsystemFactory> factories,
String name) |
Modifier and Type | Class and Description |
---|---|
class |
SftpSubsystemFactory |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.