public class SshRequest extends Object implements SshMessage
| Modifier and Type | Field and Description |
|---|---|
protected String |
command |
protected String |
stdin |
| Constructor and Description |
|---|
SshRequest()
Default constructor.
|
SshRequest(String pCommand,
String pInput)
Constructor using fields.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand()
Gets the command.
|
String |
getStdin()
Gets the stdin.
|
Copyright © 2008–2018 ConSol Software GmbH. All rights reserved.