public class TelnetRShellSocket extends java.lang.Object implements RShellSocket
| Constructor and Description |
|---|
TelnetRShellSocket(java.lang.String address,
java.lang.String username,
java.lang.String password,
int timeoutMs) |
| Modifier and Type | Method and Description |
|---|---|
void |
Close() |
void |
Connect() |
boolean |
isConnected() |
java.lang.String |
Send(java.lang.String cmd) |
public TelnetRShellSocket(java.lang.String address,
java.lang.String username,
java.lang.String password,
int timeoutMs)
throws OctaneSdkException
OctaneSdkExceptionpublic boolean isConnected()
isConnected in interface RShellSocketpublic void Connect()
throws OctaneSdkException
Connect in interface RShellSocketOctaneSdkExceptionpublic java.lang.String Send(java.lang.String cmd)
throws OctaneSdkException
Send in interface RShellSocketOctaneSdkExceptionpublic void Close()
throws OctaneSdkException
Close in interface RShellSocketOctaneSdkException