Uses of Interface
org.apache.sshd.server.SessionAware
-
Packages that use SessionAware Package Description org.apache.sshd.server.command org.apache.sshd.server.scp org.apache.sshd.server.shell org.apache.sshd.server.subsystem.sftp -
-
Uses of SessionAware in org.apache.sshd.server.command
Classes in org.apache.sshd.server.command that implement SessionAware Modifier and Type Class Description class
AbstractCommandSupport
Provides a basic useful skeleton forCommand
executionsclass
AbstractFileSystemCommand
Provides a basic useful skeleton forCommand
executions that require file system access -
Uses of SessionAware in org.apache.sshd.server.scp
Classes in org.apache.sshd.server.scp that implement SessionAware Modifier and Type Class Description class
ScpCommand
This commands provide SCP support on both server and client side. -
Uses of SessionAware in org.apache.sshd.server.shell
Subinterfaces of SessionAware in org.apache.sshd.server.shell Modifier and Type Interface Description interface
InvertedShell
This shell have inverted streams, such as the one obtained when launching a newProcess
from java.Classes in org.apache.sshd.server.shell that implement SessionAware Modifier and Type Class Description class
InvertedShellWrapper
A shell implementation that wraps an instance ofInvertedShell
as aCommand
.class
ProcessShell
Bridges the I/O streams between the SSH command and the process that executes it -
Uses of SessionAware in org.apache.sshd.server.subsystem.sftp
Classes in org.apache.sshd.server.subsystem.sftp that implement SessionAware Modifier and Type Class Description class
SftpSubsystem
SFTP subsystem
-