Class HttpRequest.Headers
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.driver.HttpRequest.Headers
-
- Enclosing class:
- HttpRequest
public static class HttpRequest.Headers extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCEPT
static String
ACCEPT_ENCODING
static String
AUTHORIZATION
static String
CONTENT_LENGTH
static String
CONTENT_TYPE
static String
DEFLATE
static String
HOST
static String
USER_AGENT
-
Constructor Summary
Constructors Constructor Description Headers()
-
-
-
Field Detail
-
ACCEPT
public static final String ACCEPT
- See Also:
- Constant Field Values
-
ACCEPT_ENCODING
public static final String ACCEPT_ENCODING
- See Also:
- Constant Field Values
-
AUTHORIZATION
public static final String AUTHORIZATION
- See Also:
- Constant Field Values
-
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
CONTENT_LENGTH
public static final String CONTENT_LENGTH
- See Also:
- Constant Field Values
-
DEFLATE
public static final String DEFLATE
- See Also:
- Constant Field Values
-
HOST
public static final String HOST
- See Also:
- Constant Field Values
-
USER_AGENT
public static final String USER_AGENT
- See Also:
- Constant Field Values
-
-