public class HttpStatus extends Object
Modifier and Type | Field and Description |
---|---|
static int |
SC_BAD_REQUEST |
static int |
SC_CREATED |
static int |
SC_FORBIDDEN |
static int |
SC_INTERNAL_SERVER_ERROR |
static int |
SC_LOCKED |
static int |
SC_METHOD_NOT_ALLOWED |
static int |
SC_NO_CONTENT |
static int |
SC_NOT_FOUND |
static int |
SC_OK |
static int |
SC_TIMEOUT |
Constructor and Description |
---|
HttpStatus() |
public static final int SC_OK
public static final int SC_CREATED
public static final int SC_NO_CONTENT
public static final int SC_BAD_REQUEST
public static final int SC_FORBIDDEN
public static final int SC_NOT_FOUND
public static final int SC_METHOD_NOT_ALLOWED
public static final int SC_TIMEOUT
public static final int SC_LOCKED
public static final int SC_INTERNAL_SERVER_ERROR
Copyright © 2015–2021 Yahoo! Inc.. All rights reserved.