Network Equipment Drivers package
-
CliSession.expect(String[] Str,
boolean Include,
int timeout)
SSHClient.CliSession.expect(String[] str,
boolean include,
int timeout)
SSHClient.CliSession.expect(Pattern[] p,
boolean include,
int timeout)
SSHClient.CliSession.expect(Pattern[] p,
boolean include,
int timeout,
boolean full)
SSHSession.expect(String[] Str,
boolean include,
int timeout)
SSHSession.expect(Pattern[] p,
boolean include,
int timeout,
boolean full)
TelnetSession.expect(String[] Str,
boolean include,
int timeout)
TelnetSession.expect(Pattern[] p,
boolean include,
int timeout,
boolean full)