Package | Description |
---|---|
org.apache.sshd.scp.server | |
org.apache.sshd.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 | Method and Description |
---|---|
ShellFactory |
ScpCommandFactory.getDelegateShellFactory() |
ShellFactory |
ScpCommandFactory.selectShellFactory(ChannelSession channelSession) |
Modifier and Type | Method and Description |
---|---|
void |
ScpCommandFactory.setDelegateShellFactory(ShellFactory delegateShellFactory) |
ScpCommandFactory.Builder |
ScpCommandFactory.Builder.withDelegateShellFactory(ShellFactory shellFactory) |
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 |
AggregateShellFactory.selectShellFactory(ChannelSession channel) |
ShellFactory |
ShellFactorySelector.selectShellFactory(ChannelSession channelSession) |
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–2024 The Apache Software Foundation. All rights reserved.