public class HttpConstants extends Object
Modifier and Type | Field and Description |
---|---|
static int |
SC_BAD_REQUEST
400 Bad Request (HTTP/1.1 - RFC 7231).
|
static int |
SC_CONFLICT
404 Not Found (HTTP/1.1 - RFC 7231).
|
static int |
SC_CREATED
201 Created (HTTP/1.1 - RFC 7231).
|
static int |
SC_FORBIDDEN
403 Forbidden (HTTP/1.1 - RFC 7231).
|
static int |
SC_INTERNAL_SERVER_ERROR
500 Server Error (HTTP/1.1 - RFC 7231).
|
static int |
SC_NO_CONTENT
204 No Content (HTTP/1.1 - RFC 7231).
|
static int |
SC_NOT_FOUND
404 Not Found (HTTP/1.1 - RFC 7231).
|
static int |
SC_OK
200 OK (HTTP/1.1 - RFC 7231).
|
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_CONFLICT
public static final int SC_INTERNAL_SERVER_ERROR
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries