org.codehaus.plexus.mailsender.simple
public class SmtpResponseReader extends Object
The same rules used here would apply to FTP and other Telnet based protocols as well.
| Field Summary | |
|---|---|
| protected BufferedReader | reader |
| Constructor Summary | |
|---|---|
| SmtpResponseReader(InputStream in)
Wrap this input stream. | |
| Method Summary | |
|---|---|
| void | close()
Closes the underlying stream. |
| String | getResponse()
Read until the server indicates that the response is complete.
|
| protected boolean | hasMoreLines(String line)
Should we expect more input? |
Returns: Responsecode (3 digits) + Blank + Text from all response line concatenated (with blanks replacing the \r\n sequences).