public final class Constant extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static Duration |
DEFAULT_KEEPALIVE_PING_INTERVAL |
static int |
DEFAULT_MAX_IDLE_CONNECTIONS |
static int |
HTTP_STATUS_NOT_FOUND |
static int |
HTTP_STATUS_OK |
static int |
STATUS_CODE_IDEMPOTENT |
static int |
STATUS_CODE_OPERATION_LOSS |
static int |
STATUS_CODE_SUCCESS
All requests will have a XXXResponse corresponding to them,
and all XXXResponses will contain a 'Status' field.
|
static int |
STATUS_CODE_TOO_MANY_REQUEST |
| 构造器和说明 |
|---|
Constant() |
public static final int HTTP_STATUS_OK
public static final int HTTP_STATUS_NOT_FOUND
public static final int STATUS_CODE_SUCCESS
public static final int STATUS_CODE_IDEMPOTENT
public static final int STATUS_CODE_OPERATION_LOSS
public static final int STATUS_CODE_TOO_MANY_REQUEST
public static final Duration DEFAULT_KEEPALIVE_PING_INTERVAL
public static final int DEFAULT_MAX_IDLE_CONNECTIONS
Copyright © 2022. All rights reserved.