Class POP3Reply

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

public final class POP3Reply extends Object
POP3Reply stores POP3 reply code constants.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The reply code indicating failure of an operation.
    static final int
    The reply code indicating success of an operation.
    static final int
    The reply code indicating intermediate response to a command.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • OK

      public static final int OK
      The reply code indicating success of an operation.
      See Also:
    • ERROR

      public static final int ERROR
      The reply code indicating failure of an operation.
      See Also:
    • OK_INT

      public static final int OK_INT
      The reply code indicating intermediate response to a command.
      Since:
      3.0
      See Also:
  • Constructor Details

    • POP3Reply

      private POP3Reply()