|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.net.pop3.POP3Reply
POP3Reply stores POP3 reply code constants.
Field Summary | |
---|---|
static int |
ERROR
The reply code indicating failure of an operation. |
static int |
OK
The reply code indicating success of an operation. |
Constructor Summary | |
---|---|
private |
POP3Reply()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int OK
public static int ERROR
Constructor Detail |
private POP3Reply()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |