public class Status
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
INTERNAL_SERVER_ERROR |
static int |
MOVED_PERMANENTLY |
static int |
MOVED_TEMPORARILY |
static int |
OK |
static int |
SEE_OTHER |
static int |
TEMPORARY_REDIRECT |
static int |
UNAUTHORIZED |
| Constructor and Description |
|---|
Status() |
public static final int INTERNAL_SERVER_ERROR
public static final int MOVED_PERMANENTLY
public static final int MOVED_TEMPORARILY
public static final int OK
public static final int SEE_OTHER
public static final int TEMPORARY_REDIRECT
public static final int UNAUTHORIZED