Class ProcessShell

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.server.shell.ProcessShell
All Implemented Interfaces:
org.apache.sshd.common.session.SessionContextHolder, SessionHolder<ServerSession>, ServerChannelSessionHolder, CommandLifecycle, ServerSessionAware, ServerSessionHolder, InvertedShell

public class ProcessShell extends org.apache.sshd.common.util.logging.AbstractLoggingBean implements InvertedShell
Bridges the I/O streams between the SSH command and the process that executes it
Author:
Apache MINA SSHD Project