public class DummySilentHangingCommand extends Object implements org.apache.sshd.server.Command
| Modifier and Type | Class and Description |
|---|---|
static class |
DummySilentHangingCommand.Factory |
| Constructor and Description |
|---|
DummySilentHangingCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
setErrorStream(OutputStream err) |
void |
setExitCallback(org.apache.sshd.server.ExitCallback callback) |
void |
setInputStream(InputStream in) |
void |
setOutputStream(OutputStream out) |
void |
start(org.apache.sshd.server.Environment env) |
public void setInputStream(InputStream in)
setInputStream in interface org.apache.sshd.server.Commandpublic void setOutputStream(OutputStream out)
setOutputStream in interface org.apache.sshd.server.Commandpublic void setErrorStream(OutputStream err)
setErrorStream in interface org.apache.sshd.server.Commandpublic void setExitCallback(org.apache.sshd.server.ExitCallback callback)
setExitCallback in interface org.apache.sshd.server.Commandpublic void start(org.apache.sshd.server.Environment env)
throws IOException
start in interface org.apache.sshd.server.CommandIOExceptionpublic void destroy()
destroy in interface org.apache.sshd.server.CommandCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.