Class InvertedShellWrapper

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.server.shell.InvertedShellWrapper
All Implemented Interfaces:
Command, CommandDirectErrorStreamAware, CommandDirectInputStreamAware, CommandDirectOutputStreamAware, CommandDirectStreamsAware, CommandLifecycle, ServerSessionAware

public class InvertedShellWrapper extends AbstractLoggingBean implements Command, ServerSessionAware
A shell implementation that wraps an instance of InvertedShell as a Command. This is useful when using external processes. When starting the shell, this wrapper will also create a thread used to pump the streams and also to check if the shell is alive.
Author:
Apache MINA SSHD Project