| Package | Description |
|---|---|
| org.apache.sshd.server.command | |
| org.apache.sshd.server.shell |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncCommand
Represents a command capable of doing non-blocking io.
|
interface |
Command
Represents a command, shell or subsystem that can be used to send command.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommandSupport
Provides a basic useful skeleton for
Command executions |
class |
AbstractFileSystemCommand
Provides a basic useful skeleton for
Command executions that require file system access |
| Modifier and Type | Class and Description |
|---|---|
class |
InvertedShellWrapper
A shell implementation that wraps an instance of
InvertedShell as a Command. |
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. |
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.