public interface IHttpStatusCodes
Modifier and Type | Field and Description |
---|---|
static int |
STATUS_BAD_REQUEST |
static int |
STATUS_FORBIDDEN |
static int |
STATUS_INTERNAL_SERVER_ERROR |
static int |
STATUS_NOT_FOUND |
static int |
STATUS_OK |
static int |
STATUS_UNAUTHORIZED |
static final int STATUS_OK
static final int STATUS_INTERNAL_SERVER_ERROR
static final int STATUS_BAD_REQUEST
static final int STATUS_UNAUTHORIZED
static final int STATUS_FORBIDDEN
static final int STATUS_NOT_FOUND
Copyright © 2016 Red Hat, Inc. All rights reserved.