|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationTimedoutException | |
org.sadun.util | New generic utilities package. |
org.sadun.util.test |
Uses of OperationTimedoutException in org.sadun.util |
Methods in org.sadun.util that throw OperationTimedoutException | |
TelnetInputStreamConsumer |
UnixLoginHandler.doLogin(java.lang.String user,
java.lang.String pwd)
Do the login. |
java.lang.String |
TelnetInputStreamConsumer.consumeInput(java.util.regex.Pattern toMatch,
boolean onlyAtEnd)
Consume all the input until a pattern is matched - possibly only at the end of the input sequence |
java.lang.String |
TelnetInputStreamConsumer.consumeInput(java.util.regex.Pattern toMatch)
Consume all the input until a pattern is matched at the end of the input sequence |
java.lang.String |
TelnetInputStreamConsumer.consumeInputUntilStringFoundAtEnd(java.lang.String s)
Consume all the input until a given string is found at the end of it (faster than {@link #consumeInput(Pattern) for constant patterns). |
java.lang.String |
TelnetInputStreamConsumer.consumeInputUntilStringFoundAtEnd(java.lang.String[] s)
Consume all the input until one of a set of given strings is found at the end of it (faster than {@link #consumeInput(Pattern) for constant patterns). |
java.lang.String |
TelnetInputStreamConsumer.consumeInputUntilStringFound(java.lang.String s)
Consume all the input until a string is found in it (may be faster than {@link #consumeInput(Pattern) for constant patterns). |
java.lang.String |
TelnetInputStreamConsumer.consumeInputUntilStringFound(java.lang.String[] s)
Consume all the input until one of a set strings is found in it (may be faster than {@link #consumeInput(Pattern) for constant patterns). |
java.lang.String |
TelnetInputStreamConsumer.consumeByCriteria(TelnetInputStreamConsumer.Criterium criteria)
Consumes the input based on some criterium .
|
boolean |
TelnetInputStreamConsumer.consumeUntilResultOrFailure(java.lang.String successString,
java.lang.String failureString,
java.lang.String[] result)
This method implements a typical consumption pattern when a command is sent programmaticly over a telnet channel, and one of two results may incur as a result in the host output (that is, this inputstream). |
Uses of OperationTimedoutException in org.sadun.util.test |
Methods in org.sadun.util.test that throw OperationTimedoutException | |
void |
UnixLoginHandlerTest.testCorrectLogin()
|
void |
UnixLoginHandlerTest.testIncorrectLogin()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |