|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthings.data.transport.smtp.Reply
public class Reply
An SMTP reply.
Version History
EPG - Adapted from another project - 23 NOV 06
Field Summary | |
---|---|
boolean |
broken
|
int |
code
|
long |
size
|
java.lang.String |
text
|
Constructor Summary | |
---|---|
Reply()
|
|
Reply(int code,
java.lang.String text)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int code
public java.lang.String text
public boolean broken
public long size
Constructor Detail |
---|
public Reply()
public Reply(int code, java.lang.String text)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |