API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.mail. SmtpResponseReader View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      SmtpResponseReader
Implements
Subclasses
Description
public class SmtpResponseReader
  A wrapper around the raw input from the SMTP server that assembles multi line responses into a single String.
See also:   
Constructors
public SmtpResponseReader (java.io.InputStream in)
  Wrap this input stream.
Methods
Hide/Show inherited methods
public void close () throws java.io.IOException
  Closes the underlying stream.
public java.lang.String getResponse () throws java.io.IOException
  Read until the server indicates that the response is complete.
protected boolean hasMoreLines (java.lang.String line)
  Should we expect more input?
Fields
Hide/Show inherited fields
protected java.io.BufferedReader reader
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar