|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ShellTimeoutException | |
|---|---|
| com.maverick.ssh | This package contains a set of general interface contracts for SSH communication that provide the core set of functionality available in both the SSH1 and SSH2 protocol specifications. |
| com.sshtools.scp | This package contains the SSHTools SCP implementation converted to use the J2SSH Maverick API's SCP engine. |
| Uses of ShellTimeoutException in com.maverick.ssh |
|---|
| Methods in com.maverick.ssh that throw ShellTimeoutException | |
|---|---|
void |
Shell.createSession()
Construct a new scripted session ready for command execution. |
void |
Shell.createSession(java.lang.String term,
int cols,
int rows)
Construct a new scripted session ready for command execution. |
ShellProcess |
Shell.execute(java.lang.String cmd)
Execute a command within the shell. |
void |
Client.exit()
|
void |
Shell.exit()
Exit the session. |
int |
ShellProcess.expect(java.lang.String pattern)
Wait for the pattern to be found in the commands output. |
int |
ShellProcess.expect(java.lang.String pattern,
boolean consumeUnmatchedLines)
Wait for the pattern to be found in the commands output. |
int |
ShellProcess.expect(java.lang.String pattern,
long timeout)
Wait for the pattern to be found in the commands output with an optional timeout. |
int |
ShellProcess.expect(java.lang.String pattern,
long timeout,
boolean consumeUnmatchedLines)
Wait for the pattern to be found in the commands output. |
void |
Shell.initializePrompt()
|
void |
Shell.initializeSession(java.lang.String term,
int cols,
int rows)
|
java.lang.String |
ShellProcess.readLine()
Read a line from the commands output. |
java.lang.String |
ShellProcess.readLine(int timeout)
Read a line from the commands output. |
| Uses of ShellTimeoutException in com.sshtools.scp |
|---|
| Methods in com.sshtools.scp that throw ShellTimeoutException | |
|---|---|
void |
ScpClient.exit()
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||