| Package | Description |
|---|---|
| org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
| org.apache.sshd.server | |
| org.apache.sshd.server.channel | |
| org.apache.sshd.server.command | |
| org.apache.sshd.server.sftp | |
| org.apache.sshd.server.shell |
| Modifier and Type | Field and Description |
|---|---|
protected Factory<Command> |
SshServer.shellFactory |
protected java.util.List<NamedFactory<Command>> |
SshServer.subsystemFactories |
| Modifier and Type | Method and Description |
|---|---|
Factory<Command> |
SshServer.getShellFactory() |
java.util.List<NamedFactory<Command>> |
SshServer.getSubsystemFactories() |
| Modifier and Type | Method and Description |
|---|---|
void |
SshServer.setShellFactory(Factory<Command> shellFactory) |
void |
SshServer.setSubsystemFactories(java.util.List<NamedFactory<Command>> subsystemFactories) |
| Modifier and Type | Method and Description |
|---|---|
Command |
CommandFactory.createCommand(java.lang.String command)
Create a command with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
Factory<Command> |
ServerFactoryManager.getShellFactory()
Retrieve the
ShellFactory object to be used to create shells. |
java.util.List<NamedFactory<Command>> |
ServerFactoryManager.getSubsystemFactories()
Retrieve the list of named factories for
CommandFactory.Command to
be used to create subsystems. |
| Modifier and Type | Field and Description |
|---|---|
protected Command |
ChannelSession.command |
| Modifier and Type | Class and Description |
|---|---|
class |
ScpCommand
This commands provide SCP support on both server and client side.
|
class |
UnknownCommand
Implementation of an unknown command that can be returned by
CommandFactory
when the command is not known, as it is supposed to always
return a valid Command object. |
| Modifier and Type | Method and Description |
|---|---|
Command |
ScpCommandFactory.createCommand(java.lang.String command)
Parses a command string and verifies that the basic syntax is
correct.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SftpSubsystem
SFTP subsystem
|
| Modifier and Type | Method and Description |
|---|---|
Command |
SftpSubsystem.Factory.create() |
| Modifier and Type | Class and Description |
|---|---|
class |
InvertedShellWrapper
A shell implementation that wraps an instance of
InvertedShell
as a Command. |
| Modifier and Type | Method and Description |
|---|---|
Command |
ProcessShellFactory.create() |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.