Package com.linkedin.venice
Class HttpConstants
java.lang.Object
com.linkedin.venice.HttpConstants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final int
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
N.B.: There seems to be an assumption that this header's value will contain just a single compression scheme (GZIP) and that it's not correct to pass a list of supported compression strategies (as one might expect). -
Method Summary
-
Field Details
-
TEXT_PLAIN
- See Also:
-
TEXT_HTML
- See Also:
-
JSON
- See Also:
-
AVRO_BINARY
- See Also:
-
BINARY
- See Also:
-
HTTP
- See Also:
-
HTTPS
- See Also:
-
HTTP_PREFIX
- See Also:
-
HTTPS_PREFIX
- See Also:
-
LOCALHOST
- See Also:
-
HTTP_GET
- See Also:
-
HTTPS_POST
- See Also:
-
VENICE_STORE_VERSION
- See Also:
-
VENICE_API_VERSION
- See Also:
-
VENICE_SCHEMA_ID
- See Also:
-
VENICE_REQUEST_RCU
- See Also:
-
VENICE_RETRY
- See Also:
-
VENICE_COMPRESSION_STRATEGY
- See Also:
-
VENICE_SUPPORTED_COMPRESSION_STRATEGY
N.B.: There seems to be an assumption that this header's value will contain just a single compression scheme (GZIP) and that it's not correct to pass a list of supported compression strategies (as one might expect). So we need to be careful if we ever intend to evolve the way this header is used to accommodate multiple schemes.- See Also:
-
VENICE_STREAMING
- See Also:
-
VENICE_STREAMING_RESPONSE
- See Also:
-
VENICE_KEY_COUNT
- See Also:
-
VENICE_COMPUTE_VALUE_SCHEMA_ID
- See Also:
-
VENICE_ALLOW_REDIRECT
- See Also:
-
VENICE_CLIENT_COMPUTE
- See Also:
-
SC_MISDIRECTED_REQUEST
public static final int SC_MISDIRECTED_REQUEST- See Also:
-