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:
 IOExceptionSSHSessionException
 - 
expect
- Throws:
 IOExceptionSSHSessionException
 - 
expect
- Throws:
 IOExceptionSSHSessionException
 - 
expect
- Throws:
 IOExceptionSSHSessionException
 - 
expect
- Throws:
 IOExceptionSSHSessionException
 - 
expect
- Throws:
 IOExceptionSSHSessionException
 - 
expect
- Throws:
 IOExceptionSSHSessionException
 - 
expect
- Throws:
 IOExceptionSSHSessionException
 - 
expect
- Throws:
 SSHSessionExceptionIOException
 - 
expect
NedExpectResult expect(String[] str, boolean include, int timeout) throws IOException, SSHSessionException - Throws:
 IOExceptionSSHSessionException
 - 
expect
NedExpectResult expect(Pattern[] p, boolean include, int timeout) throws IOException, SSHSessionException - Throws:
 IOExceptionSSHSessionException
 - 
expect
String expect(String str, boolean include, boolean full, int timeout) throws IOException, SSHSessionException - Throws:
 IOExceptionSSHSessionException
 - 
expect
- Throws:
 IOExceptionSSHSessionException
 - 
expect
- Throws:
 SSHSessionExceptionIOException
 - 
expect
NedExpectResult expect(String[] str, boolean include, int timeout, NedWorker worker) throws IOException, SSHSessionException - Throws:
 IOExceptionSSHSessionException
 - 
expect
NedExpectResult expect(Pattern[] p, boolean include, int timeout, NedWorker worker) throws IOException, SSHSessionException - Throws:
 IOExceptionSSHSessionException
 - 
expect
String expect(String str, boolean include, boolean full, int timeout, NedWorker worker) throws IOException, SSHSessionException - Throws:
 IOExceptionSSHSessionException
 - 
close
void close() - 
print
- Throws:
 IOExceptionSSHSessionException
 - 
println
- Throws:
 IOExceptionSSHSessionException
 - 
flush
- Throws:
 IOException
 - 
serverSideClosed
boolean serverSideClosed() - 
setTracer
 
 -