|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.mail.SmtpResponseReader
A wrapper around the raw input from the SMTP server that assembles multi line responses into a single String.
The same rules used here would apply to FTP and other Telnet based protocols as well.
Field Summary | |
protected java.io.BufferedReader |
reader
|
Constructor Summary | |
SmtpResponseReader(java.io.InputStream in)
Wrap this input stream. |
Method Summary | |
void |
close()
Closes the underlying stream. |
java.lang.String |
getResponse()
Read until the server indicates that the response is complete. |
protected boolean |
hasMoreLines(java.lang.String line)
Should we expect more input? |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.io.BufferedReader reader
Constructor Detail |
public SmtpResponseReader(java.io.InputStream in)
Method Detail |
public java.lang.String getResponse() throws java.io.IOException
java.io.IOException
public void close() throws java.io.IOException
java.io.IOException
protected boolean hasMoreLines(java.lang.String line)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |