Package com.yahoo.vespa.http.client.core
Class Headers
- java.lang.Object
-
- com.yahoo.vespa.http.client.core.Headers
-
public final class Headers extends Object
Wrapper for shared constants used by both client and server.- Author:
- Steinar Knutsen
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLIENT_ID
static String
CLIENT_VERSION
static String
DATA_FORMAT
static String
DENY_IF_BUSY
static String
DRAIN
static String
HOSTNAME
static int
HTTP_NOT_ACCEPTABLE
static String
OUTSTANDING_REQUESTS
static String
PRIORITY
static String
ROUTE
static String
SESSION_ID
static String
SHARDING_KEY
static String
SILENTUPGRADE
static String
TIMEOUT
static String
TRACE_LEVEL
static String
VERSION
-
-
-
Field Detail
-
CLIENT_VERSION
public static final String CLIENT_VERSION
- See Also:
- Constant Field Values
-
TIMEOUT
public static final String TIMEOUT
- See Also:
- Constant Field Values
-
DRAIN
public static final String DRAIN
- See Also:
- Constant Field Values
-
ROUTE
public static final String ROUTE
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
SESSION_ID
public static final String SESSION_ID
- See Also:
- Constant Field Values
-
DENY_IF_BUSY
public static final String DENY_IF_BUSY
- See Also:
- Constant Field Values
-
DATA_FORMAT
public static final String DATA_FORMAT
- See Also:
- Constant Field Values
-
SHARDING_KEY
public static final String SHARDING_KEY
- See Also:
- Constant Field Values
-
PRIORITY
public static final String PRIORITY
- See Also:
- Constant Field Values
-
TRACE_LEVEL
public static final String TRACE_LEVEL
- See Also:
- Constant Field Values
-
HTTP_NOT_ACCEPTABLE
public static final int HTTP_NOT_ACCEPTABLE
- See Also:
- Constant Field Values
-
CLIENT_ID
public static final String CLIENT_ID
- See Also:
- Constant Field Values
-
OUTSTANDING_REQUESTS
public static final String OUTSTANDING_REQUESTS
- See Also:
- Constant Field Values
-
HOSTNAME
public static final String HOSTNAME
- See Also:
- Constant Field Values
-
SILENTUPGRADE
public static final String SILENTUPGRADE
- See Also:
- Constant Field Values
-
-