Package com.tailf.ned
Interface CliSession
- All Known Subinterfaces:
SSHClient.CliSession
- All Known Implementing Classes:
SSHJSession
,SSHSession
,TelnetSession
public interface CliSession
-
Method Details
-
expect
- Throws:
IOException
SSHSessionException
-
expect
- Throws:
IOException
SSHSessionException
-
expect
- Throws:
IOException
SSHSessionException
-
expect
- Throws:
IOException
SSHSessionException
-
expect
- Throws:
IOException
SSHSessionException
-
expect
- Throws:
IOException
SSHSessionException
-
expect
- Throws:
IOException
SSHSessionException
-
expect
- Throws:
IOException
SSHSessionException
-
expect
- Throws:
SSHSessionException
IOException
-
expect
NedExpectResult expect(String[] Str, boolean Include, int timeout) throws IOException, SSHSessionException - Throws:
IOException
SSHSessionException
-
expect
NedExpectResult expect(Pattern[] p, boolean Include, int timeout) throws IOException, SSHSessionException - Throws:
IOException
SSHSessionException
-
expect
String expect(String Str, boolean Include, boolean Full, int timeout) throws IOException, SSHSessionException - Throws:
IOException
SSHSessionException
-
expect
- Throws:
IOException
SSHSessionException
-
expect
- Throws:
SSHSessionException
IOException
-
expect
NedExpectResult expect(String[] Str, boolean Include, int timeout, NedWorker worker) throws IOException, SSHSessionException - Throws:
IOException
SSHSessionException
-
expect
NedExpectResult expect(Pattern[] p, boolean Include, int timeout, NedWorker worker) throws IOException, SSHSessionException - Throws:
IOException
SSHSessionException
-
expect
String expect(String Str, boolean Include, boolean Full, int timeout, NedWorker worker) throws IOException, SSHSessionException - Throws:
IOException
SSHSessionException
-
close
void close() -
print
- Throws:
IOException
SSHSessionException
-
println
- Throws:
IOException
SSHSessionException
-
flush
- Throws:
IOException
-
serverSideClosed
boolean serverSideClosed() -
setTracer
-