org.apache.commons.net.pop3
Class POP3Reply

java.lang.Object
  extended by org.apache.commons.net.pop3.POP3Reply

public final class POP3Reply
extends Object

POP3Reply stores POP3 reply code constants.

Author:
Daniel F. Savarese

Field Summary
static int ERROR
          The reply code indicating failure of an operation.
static int OK
          The reply code indicating success of an operation.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OK

public static final int OK
The reply code indicating success of an operation.

See Also:
Constant Field Values

ERROR

public static final int ERROR
The reply code indicating failure of an operation.

See Also:
Constant Field Values


Copyright © 1997-2008 The Apache Software Foundation. All Rights Reserved.