API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.ant.taskdefs.optional.net. TelnetTask.AntTelnetClient View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      TelnetClient
          TelnetTask.AntTelnetClient
Implements
Subclasses
Description
public class TelnetTask.AntTelnetClient
  This class handles the abstraction of the telnet protocol.
See also:   
Constructors
public TelnetTask.AntTelnetClient ()
Methods
Hide/Show inherited methods
public void sendString (java.lang.String s, boolean echoString)
  Write this string to the telnet session.
public void waitForString (java.lang.String s)
  Read from the telnet session until the string we are waiting for is found
public void waitForString (java.lang.String s, java.lang.Integer timeout)
  Read from the telnet session until the string we are waiting for is found or the timeout has been reached
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar