|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SshClient
Nested Class Summary | |
---|---|
static interface |
SshClient.Factory
|
Method Summary | |
---|---|
void |
connect()
|
void |
disconnect()
|
ExecResponse |
exec(String command)
|
Payload |
get(String path)
|
String |
getHostAddress()
|
String |
getUsername()
|
void |
put(String path,
Payload contents)
|
void |
put(String path,
String contents)
|
Method Detail |
---|
String getUsername()
String getHostAddress()
void put(String path, Payload contents)
Payload get(String path)
ExecResponse exec(String command)
void connect()
void disconnect()
void put(String path, String contents)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |