public class HttpStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FORBIDDEN |
static int |
FOUND |
static int |
NOT_FOUND |
static int |
OK |
static int |
TEMP_REDIRECT |
static int |
TOO_MANY_REQS |
static int |
UNAUTHORIZED |
| Constructor and Description |
|---|
HttpStatus() |
public static final int OK
public static final int FOUND
public static final int TEMP_REDIRECT
public static final int UNAUTHORIZED
public static final int FORBIDDEN
public static final int NOT_FOUND
public static final int TOO_MANY_REQS
Copyright © 2025. All rights reserved.