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