Package | Description |
---|---|
org.apache.sshd.scp.server | |
org.apache.sshd.server.command | |
org.apache.sshd.server.shell | |
org.apache.sshd.sftp.server |
Modifier and Type | Class and Description |
---|---|
class |
ScpCommand
This commands provide SCP support on both server and client side.
|
class |
ScpShell
This commands SCP support for a ChannelSession.
|
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 | Interface and Description |
---|---|
interface |
InvertedShell
This shell have inverted streams, such as the one obtained when launching a new
Process from java. |
Modifier and Type | Class and Description |
---|---|
class |
InvertedShellWrapper
A shell implementation that wraps an instance of
InvertedShell as a Command . |
class |
ProcessShell
Bridges the I/O streams between the SSH command and the process that executes it
|
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 | Class and Description |
---|---|
class |
SftpSubsystem
SFTP subsystem
|
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.