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
-