public class Header
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
OPERATION_ID
Deprecated.
Use
OPERATION_TOKEN instead. |
static java.lang.String |
OPERATION_START_TIME
Header for to set time the operation started.
|
static java.lang.String |
OPERATION_TIMEOUT
Total time to complete a Nexus operation.
|
static java.lang.String |
OPERATION_TOKEN
Header for the unique token returned by the StartOperation response for async operations.
|
static java.lang.String |
REQUEST_TIMEOUT
Header for the total time to complete a Nexus request.
|
static java.lang.String |
RETRYABLE
Handlers may specify the Nexus-Request-Retryable header to explicitly instruct a caller whether
to retry a request.
|
public static final java.lang.String REQUEST_TIMEOUT
public static final java.lang.String OPERATION_TIMEOUT
REQUEST_TIMEOUT, this applies
to the whole operation, not just a single HTTP request.@Deprecated public static final java.lang.String OPERATION_ID
OPERATION_TOKEN instead.public static final java.lang.String OPERATION_TOKEN
public static final java.lang.String OPERATION_START_TIME
public static final java.lang.String RETRYABLE