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.IOExceptionprotected void markStopped()
markStopped in class CLIprotected void markStarted()
markStarted in class CLIprotected java.lang.String[] getCompletionPrefixes()
getCompletionPrefixes in class CLIprotected void handleExit()
handleExit in class CLIpublic void setServerSession(org.apache.sshd.server.session.ServerSession serverSession)