public class HttpContainsUtil
extends java.lang.Object
Create in 14:58 2018/1/30
| 限定符和类型 | 字段和说明 |
|---|---|
static Report |
BAD_REQUEST |
static Report |
CLIENT_ERROR |
static Report |
INFORMATION_NOTIFICATIONS |
static java.lang.String |
IP |
static int |
PORT |
static Report |
REDIRECT |
static Report |
RESOURCES_NOT_FOUND |
static Report |
SERVER_CONNECTION_ERROR |
static Report |
SERVER_ERROR |
static Report |
SERVER_EXCEPTION |
static java.lang.String |
SERVER_PROJECT_NAME |
static Report |
SUCCESS |
static Report |
UNSERIALIZABLE_ENTITY |
static Report |
UNSUPPORTED_MEDIA_TYPE |
| 构造器和说明 |
|---|
HttpContainsUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Report |
getHttpReport(int code) |
public static final java.lang.String IP
public static final int PORT
public static final java.lang.String SERVER_PROJECT_NAME
public static final Report SERVER_CONNECTION_ERROR
public static final Report UNSERIALIZABLE_ENTITY
public static final Report BAD_REQUEST
public static final Report RESOURCES_NOT_FOUND
public static final Report UNSUPPORTED_MEDIA_TYPE
public static final Report SERVER_EXCEPTION
public static final Report INFORMATION_NOTIFICATIONS
public static final Report SUCCESS
public static final Report REDIRECT
public static final Report CLIENT_ERROR
public static final Report SERVER_ERROR
public static final Report getHttpReport(int code)
Copyright © 2019. All Rights Reserved.