| Package | Description |
|---|---|
| org.apache.sshd.server | |
| org.apache.sshd.server.subsystem |
| 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) |
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.