Interface HeaderConstants
-
public interface HeaderConstants
Contains header fields that are written in the result or error mails by jadice server to avoid that jadice server processes theses message if somebody sends them back.- Since:
- jadice server 4.2.1.6
-
-
Field Summary
Fields Modifier and Type Field Description static String
ERROR_HEADER
static String
PROCESSED_HEADER
-
-
-
Field Detail
-
PROCESSED_HEADER
static final String PROCESSED_HEADER
- See Also:
- Constant Field Values
-
ERROR_HEADER
static final String ERROR_HEADER
- See Also:
- Constant Field Values
-
-