Package com.consol.citrus.ssh.model
Class SshRequest
- java.lang.Object
-
- com.consol.citrus.ssh.model.SshRequest
-
- All Implemented Interfaces:
SshMessage
public class SshRequest extends Object implements SshMessage
POJO encapsulating an SSH request. It is immutable.- Since:
- 1.3
- Author:
- Roland Huss
-
-
Constructor Summary
Constructors Constructor Description SshRequest()Default constructor.SshRequest(String pCommand, String pInput)Constructor using fields.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCommand()Gets the command.StringgetStdin()Gets the stdin.
-