Package | Description |
---|---|
org.apache.sshd.scp.server | |
org.apache.sshd.server.shell |
Modifier and Type | Class and Description |
---|---|
class |
ScpCommandFactory
This
CommandFactory can be used as a standalone command factory or can be used to augment another
CommandFactory and provides SCP support. |
Modifier and Type | Class and Description |
---|---|
class |
AggregateShellFactory
Provides different shell(s) based on some criteria of the provided
ChannelSession |
Modifier and Type | Field and Description |
---|---|
protected Collection<? extends ShellFactorySelector> |
AggregateShellFactory.selectors |
Modifier and Type | Method and Description |
---|---|
static ShellFactory |
ShellFactorySelector.selectShellFactory(Collection<? extends ShellFactorySelector> selectors,
ChannelSession channel)
Consults each selector whether it wants to provide a factory for the
ChannelSession |
Constructor and Description |
---|
AggregateShellFactory(Collection<? extends ShellFactorySelector> selectors) |
AggregateShellFactory(Collection<? extends ShellFactorySelector> selectors,
ShellFactory defaultFactory) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.