public class HttpConstants extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpConstants.HttpMethods |
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHORIZATION_HEADER |
static String |
CHARSET_STRING |
static String |
CONTENT_LENGTH_HEADER |
static String |
CONTENT_TYPE |
static String |
CONTENT_TYPE_FORM_URLENCODED |
static String |
CONTENT_TYPE_HEADER |
static String |
CONTENT_TYPE_JSON |
static int |
DEFAULT_CONNECTION_TIMEOUT_IN_MS |
static int |
DEFAULT_REQUEST_TIMEOUT_IN_MS |
static Charset |
ENCODING_CHARSET |
public static final String AUTHORIZATION_HEADER
public static final String CHARSET_STRING
public static final Charset ENCODING_CHARSET
public static final String CONTENT_TYPE
public static final String CONTENT_TYPE_JSON
public static final String CONTENT_TYPE_FORM_URLENCODED
public static final String CONTENT_TYPE_HEADER
public static final String CONTENT_LENGTH_HEADER
public static final int DEFAULT_REQUEST_TIMEOUT_IN_MS
public static final int DEFAULT_CONNECTION_TIMEOUT_IN_MS
Copyright © 2022 HERE Europe B.V. All Rights Reserved.