Package tech.kronicle.pluginutils
Class HttpStatuses
- java.lang.Object
-
- tech.kronicle.pluginutils.HttpStatuses
-
public final class HttpStatuses extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intFOUNDstatic intINTERNAL_SERVER_ERRORstatic intMOVED_PERMANENTLYstatic intNOT_FOUNDstatic intNOT_MODIFIEDstatic intOKstatic intSEE_OTHER
-
-
-
Field Detail
-
OK
public static final int OK
- See Also:
- Constant Field Values
-
NOT_MODIFIED
public static final int NOT_MODIFIED
- See Also:
- Constant Field Values
-
NOT_FOUND
public static final int NOT_FOUND
- See Also:
- Constant Field Values
-
INTERNAL_SERVER_ERROR
public static final int INTERNAL_SERVER_ERROR
- See Also:
- Constant Field Values
-
MOVED_PERMANENTLY
public static final int MOVED_PERMANENTLY
- See Also:
- Constant Field Values
-
FOUND
public static final int FOUND
- See Also:
- Constant Field Values
-
SEE_OTHER
public static final int SEE_OTHER
- See Also:
- Constant Field Values
-
-