aboutsummaryrefslogtreecommitdiff
path: root/src/uk/org/ury/protocol/Status.java
blob: f822c346fc9e71aecd53f2b8b776c47eef01459f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
 * 
 */
package uk.org.ury.protocol;


/**
 * Statuses that can follow the STATUS directory.
 * 
 * @author  Matt Windsor
 */

public enum Status
  {
    OK,    // The request was processed OK; response should be valid
    ERROR  // An error occurred; message provided as REASON directive
  }