public class CliShellFactory.SshCLI extends CLI
Constructor and Description |
---|
SshCLI(Q2 q2,
java.io.InputStream in,
java.io.OutputStream out,
java.lang.String line,
boolean keepRunning) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String[] |
getCompletionPrefixes() |
protected void |
handleExit() |
protected void |
markStarted() |
protected void |
markStopped() |
protected boolean |
running() |
void |
setServerSession(org.apache.sshd.server.session.ServerSession serverSession) |
public SshCLI(Q2 q2, java.io.InputStream in, java.io.OutputStream out, java.lang.String line, boolean keepRunning) throws java.io.IOException
java.io.IOException
protected void markStopped()
markStopped
in class CLI
protected void markStarted()
markStarted
in class CLI
protected java.lang.String[] getCompletionPrefixes()
getCompletionPrefixes
in class CLI
protected void handleExit()
handleExit
in class CLI
public void setServerSession(org.apache.sshd.server.session.ServerSession serverSession)