Uses of Interface
org.apache.sshd.server.channel.ServerChannelSessionHolder
-
Packages that use ServerChannelSessionHolder Package Description org.apache.sshd.scp.server org.apache.sshd.server.shell org.apache.sshd.sftp.server -
-
Uses of ServerChannelSessionHolder in org.apache.sshd.scp.server
Classes in org.apache.sshd.scp.server that implement ServerChannelSessionHolder Modifier and Type Class Description class
ScpCommand
This commands provide SCP support on both server and client side.class
ScpShell
This commands SCP support for a ChannelSession. -
Uses of ServerChannelSessionHolder in org.apache.sshd.server.shell
Subinterfaces of ServerChannelSessionHolder 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 ServerChannelSessionHolder Modifier and Type Class Description class
ProcessShell
Bridges the I/O streams between the SSH command and the process that executes it -
Uses of ServerChannelSessionHolder in org.apache.sshd.sftp.server
Subinterfaces of ServerChannelSessionHolder in org.apache.sshd.sftp.server Modifier and Type Interface Description interface
SftpSubsystemEnvironment
interface
SftpSubsystemProxy
Classes in org.apache.sshd.sftp.server that implement ServerChannelSessionHolder Modifier and Type Class Description class
AbstractSftpSubsystemHelper
class
SftpSubsystem
SFTP subsystem
-