| Package | Description |
|---|---|
| org.apache.sshd.server | |
| org.apache.sshd.server.shell |
| Modifier and Type | Method and Description |
|---|---|
ShellFactory |
ServerFactoryManager.getShellFactory()
Retrieve the
ShellFactory object to be used to create shells. |
ShellFactory |
SshServer.getShellFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
SshServer.setShellFactory(ShellFactory shellFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregateShellFactory
Provides different shell(s) based on some criteria of the provided
ChannelSession |
class |
InteractiveProcessShellFactory
A simplistic interactive shell factory
|
class |
ProcessShellFactory
|
| Modifier and Type | Field and Description |
|---|---|
protected ShellFactory |
AggregateShellFactory.defaultFactory |
| Modifier and Type | Method and Description |
|---|---|
ShellFactory |
ShellFactorySelector.selectShellFactory(ChannelSession channelSession) |
ShellFactory |
AggregateShellFactory.selectShellFactory(ChannelSession channel) |
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,
ShellFactory defaultFactory) |
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.