public class SshResponse extends Object implements SshMessage
| Modifier and Type | Field and Description |
|---|---|
protected int |
exit |
protected String |
stderr |
protected String |
stdout |
| Constructor and Description |
|---|
SshResponse()
Default constructor.
|
SshResponse(String pStdout,
String pStderr,
int pExit)
Default constructor using fields.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getExit()
Gets the exit.
|
String |
getStderr()
Gets the stderr.
|
String |
getStdout()
Gets the stdout.
|
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.