Package | Description |
---|---|
com.tailf.ned |
Network Equipment Drivers package
|
Modifier and Type | Method and Description |
---|---|
void |
NedCliBaseTemplate.applyConfig(NedWorker worker,
int cmd,
String data) |
String |
CliSession.expect(Pattern p) |
default String |
SSHClient.CliSession.expect(Pattern p) |
String |
SSHSession.expect(Pattern p) |
String |
TelnetSession.expect(Pattern p) |
NedExpectResult |
CliSession.expect(Pattern[] p) |
default NedExpectResult |
SSHClient.CliSession.expect(Pattern[] p) |
NedExpectResult |
SSHSession.expect(Pattern[] p) |
NedExpectResult |
TelnetSession.expect(Pattern[] p) |
NedExpectResult |
CliSession.expect(Pattern[] p,
boolean Include,
int timeout) |
default NedExpectResult |
SSHClient.CliSession.expect(Pattern[] p,
boolean include,
int timeout) |
NedExpectResult |
SSHSession.expect(Pattern[] p,
boolean include,
int timeout) |
default NedExpectResult |
SSHClient.CliSession.expect(Pattern[] p,
boolean include,
int timeout,
boolean full) |
NedExpectResult |
SSHSession.expect(Pattern[] p,
boolean include,
int timeout,
boolean full) |
default NedExpectResult |
SSHClient.CliSession.expect(Pattern[] p,
boolean include,
int timeout,
boolean full,
NedWorker worker) |
NedExpectResult |
SSHSession.expect(Pattern[] p,
boolean include,
int timeout,
boolean full,
NedWorker worker) |
NedExpectResult |
CliSession.expect(Pattern[] p,
boolean Include,
int timeout,
NedWorker worker) |
default NedExpectResult |
SSHClient.CliSession.expect(Pattern[] p,
boolean include,
int timeout,
NedWorker worker) |
NedExpectResult |
SSHSession.expect(Pattern[] p,
boolean include,
int timeout,
NedWorker worker) |
NedExpectResult |
CliSession.expect(Pattern[] p,
NedWorker worker) |
default NedExpectResult |
SSHClient.CliSession.expect(Pattern[] p,
NedWorker worker) |
NedExpectResult |
SSHSession.expect(Pattern[] p,
NedWorker worker) |
NedExpectResult |
TelnetSession.expect(Pattern[] p,
NedWorker worker) |
default String |
SSHClient.CliSession.expect(Pattern p,
boolean include,
int timeout) |
String |
SSHSession.expect(Pattern p,
boolean include,
int timeout) |
default String |
SSHClient.CliSession.expect(Pattern p,
boolean include,
int timeout,
NedWorker worker) |
String |
SSHSession.expect(Pattern p,
boolean include,
int timeout,
NedWorker worker) |
String |
CliSession.expect(Pattern p,
NedWorker worker) |
default String |
SSHClient.CliSession.expect(Pattern p,
NedWorker worker) |
String |
SSHSession.expect(Pattern p,
NedWorker worker) |
String |
TelnetSession.expect(Pattern p,
NedWorker worker) |
String |
CliSession.expect(String Str) |
default String |
SSHClient.CliSession.expect(String str) |
String |
SSHSession.expect(String Str)
Read from socket until Pattern is encountered.
|
NedExpectResult |
CliSession.expect(String[] Str) |
default NedExpectResult |
SSHClient.CliSession.expect(String[] str) |
NedExpectResult |
SSHSession.expect(String[] Str) |
NedExpectResult |
CliSession.expect(String[] Str,
boolean Include,
int timeout) |
default NedExpectResult |
SSHClient.CliSession.expect(String[] str,
boolean include,
int timeout) |
NedExpectResult |
SSHSession.expect(String[] Str,
boolean include,
int timeout) |
NedExpectResult |
CliSession.expect(String[] Str,
boolean Include,
int timeout,
NedWorker worker) |
default NedExpectResult |
SSHClient.CliSession.expect(String[] str,
boolean include,
int timeout,
NedWorker worker) |
NedExpectResult |
SSHSession.expect(String[] Str,
boolean include,
int timeout,
NedWorker worker) |
NedExpectResult |
CliSession.expect(String[] Str,
NedWorker worker) |
default NedExpectResult |
SSHClient.CliSession.expect(String[] str,
NedWorker worker) |
NedExpectResult |
SSHSession.expect(String[] Str,
NedWorker worker) |
String |
CliSession.expect(String Str,
boolean Include,
boolean Full,
int timeout) |
default String |
SSHClient.CliSession.expect(String str,
boolean include,
boolean full,
int timeout) |
String |
SSHSession.expect(String str,
boolean include,
boolean full,
int timeout)
Read from socket until Pattern is encountered.
|
String |
CliSession.expect(String Str,
boolean Include,
boolean Full,
int timeout,
NedWorker worker) |
default String |
SSHClient.CliSession.expect(String str,
boolean include,
boolean full,
int timeout,
NedWorker worker) |
String |
SSHSession.expect(String str,
boolean include,
boolean full,
int timeout,
NedWorker worker) |
String |
CliSession.expect(String Str,
boolean Include,
int timeout) |
default String |
SSHClient.CliSession.expect(String str,
boolean include,
int timeout) |
String |
SSHSession.expect(String Str,
boolean Include,
int timeout)
Read from socket until Pattern is encountered.
|
default String |
SSHClient.CliSession.expect(String str,
boolean include,
int timeout,
NedWorker worker) |
String |
SSHSession.expect(String Str,
boolean Include,
int timeout,
NedWorker worker) |
String |
CliSession.expect(String Str,
int timeout) |
default String |
SSHClient.CliSession.expect(String str,
int timeout) |
String |
SSHSession.expect(String Str,
int timeout)
Read from socket until Pattern is encountered.
|
String |
CliSession.expect(String Str,
int timeout,
NedWorker worker) |
default String |
SSHClient.CliSession.expect(String str,
int timeout,
NedWorker worker) |
String |
SSHSession.expect(String Str,
int timeout,
NedWorker worker) |
String |
CliSession.expect(String Str,
NedWorker worker) |
default String |
SSHClient.CliSession.expect(String str,
NedWorker worker) |
String |
SSHSession.expect(String Str,
NedWorker worker) |
String |
SSHSession.expectStr(String Str,
boolean include,
int timeout)
Read from socket until Pattern is encountered.
|
void |
CliSession.print(String s) |
void |
CliSession.println(String s) |