Package com.waveset.adapter.ScriptedConnection

Class Summary
CaptureList Holds a collection of strings captured while executing a Script through a ScriptedConnection.
NVTInputStream A filtered input stream that will handle the Telnet protocol by implementing a Network Virtual Terminal (NVT) as described in RFC 854 and Option Negotiation as described in RFC 1143
NVTOutputStream Counterpart output stream for NVTInputStream.
RAInputOutputStream  
Script A series of ScriptTokens that can be executed on a ScriptedConnection to perform some remote function.
ScriptedConnection  
ScriptedConnectionFactory Factory class for building ScriptedConnections of various types.
ScriptedConnectionPool  
ScriptToken Base class for script tokens that can be added to a Script which can be executed through a ScriptedConnection.
ScriptToken.Capture Token that captures all text from the beginning of the unprocessed input all the way up to the capture string, then eats the capture string.
ScriptToken.Send Token that just sends a particular message on the output.
ScriptToken.SendPassword Token that posts a password on the output.
ScriptToken.Sleep Token that sleeps for a specific amount of time.
ScriptToken.Timeout  
ScriptToken.WaitFor Waits for and consumes up to a string in the input.
ScriptToken.WaitForIgnoreCase Waits for and consumes up to a string in the input.
SSHConnection Implementation of ScriptedConnection supporting a ssh connection to a resource.
SSHConnectionLog Implementation of ScriptedConnection supporting a ssh connection to a resource.
TelnetConnection Implementation of ScriptedConnection supporting a telnet connection to a resource.