Uses of Interface
org.apache.sshd.server.SessionAware
-
Packages that use SessionAware Package Description org.apache.sshd.scp.server org.apache.sshd.server.command org.apache.sshd.server.shell org.apache.sshd.sftp.server -
-
Uses of SessionAware in org.apache.sshd.scp.server
Classes in org.apache.sshd.scp.server that implement SessionAware Modifier and Type Class Description classScpCommandThis commands provide SCP support on both server and client side.classScpShellThis commands SCP support for a ChannelSession. -
Uses of SessionAware in org.apache.sshd.server.command
Classes in org.apache.sshd.server.command that implement SessionAware Modifier and Type Class Description classAbstractCommandSupportProvides a basic useful skeleton forCommandexecutionsclassAbstractFileSystemCommandProvides a basic useful skeleton forCommandexecutions that require file system access -
Uses of SessionAware in org.apache.sshd.server.shell
Subinterfaces of SessionAware in org.apache.sshd.server.shell Modifier and Type Interface Description interfaceInvertedShellThis shell have inverted streams, such as the one obtained when launching a newProcessfrom java.Classes in org.apache.sshd.server.shell that implement SessionAware Modifier and Type Class Description classInvertedShellWrapperA shell implementation that wraps an instance ofInvertedShellas aCommand.classProcessShellBridges the I/O streams between the SSH command and the process that executes it -
Uses of SessionAware in org.apache.sshd.sftp.server
Classes in org.apache.sshd.sftp.server that implement SessionAware Modifier and Type Class Description classSftpSubsystemSFTP subsystem
-