Package io.inugami.api.monitoring.models
Class Headers
- java.lang.Object
-
- io.inugami.api.monitoring.models.Headers
-
-
Field Summary
Fields Modifier and Type Field Description static StringACCEPT_LANGUAGEstatic StringAUTHORIZATIONstatic StringCLIENT_IPstatic StringCOUNTRYstatic StringERROR_CODEstatic StringERROR_EXCEPTIONstatic StringERROR_MESSAGEstatic StringERROR_MESSAGE_DETAILstatic StringUSER_AGENTstatic StringWARNINGstatic StringX_APPLICATIONstatic StringX_B_3_TRACEIDstatic StringX_CONVERSATION_IDstatic StringX_CORRELATION_IDstatic StringX_DEVICE_CLASSstatic StringX_DEVICE_IDENTIFIERstatic StringX_DEVICE_NETWORK_SPEED_DOWNstatic StringX_DEVICE_NETWORK_SPEED_LATENCYstatic StringX_DEVICE_NETWORK_SPEED_UPstatic StringX_DEVICE_NETWORK_TYPEstatic StringX_DEVICE_OS_VERSIONstatic StringX_DEVICE_SYSTEMstatic StringX_DEVICE_TYPEstatic StringX_DEVICE_VERSIONstatic StringX_FRONT_VERSION
-
Constructor Summary
Constructors Constructor Description Headers()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HeadersbuildFromConfig(ConfigHandler<String,String> configuration)HeadersrefreshConfig()HeadersrefreshConfig(ConfigHandler<String,String> configuration)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.inugami.api.monitoring.models.IHeaders
getCallFrom, getConversationId, getCorrelationId, getCountry, getDeviceClass, getDeviceIdentifier, getDeviceIp, getDeviceNetworkSpeedDown, getDeviceNetworkSpeedLatency, getDeviceNetworkSpeedUp, getDeviceNetworkType, getDeviceOsVersion, getDeviceSystem, getDeviceType, getDeviceVersion, getErrorCode, getErrorException, getErrorMessage, getErrorMessageDetail, getFrontVersion, getLanguage, getRequestId, getSpecificHeaders, getToken, getTraceId, getUserAgent, getWarning
-
-
-
-
Field Detail
-
X_DEVICE_IDENTIFIER
public static final String X_DEVICE_IDENTIFIER
- See Also:
- Constant Field Values
-
X_CORRELATION_ID
public static final String X_CORRELATION_ID
- See Also:
- Constant Field Values
-
X_CONVERSATION_ID
public static final String X_CONVERSATION_ID
- See Also:
- Constant Field Values
-
X_B_3_TRACEID
public static final String X_B_3_TRACEID
- See Also:
- Constant Field Values
-
AUTHORIZATION
public static final String AUTHORIZATION
- See Also:
- Constant Field Values
-
X_DEVICE_TYPE
public static final String X_DEVICE_TYPE
- See Also:
- Constant Field Values
-
X_DEVICE_CLASS
public static final String X_DEVICE_CLASS
- See Also:
- Constant Field Values
-
X_DEVICE_SYSTEM
public static final String X_DEVICE_SYSTEM
- See Also:
- Constant Field Values
-
X_DEVICE_VERSION
public static final String X_DEVICE_VERSION
- See Also:
- Constant Field Values
-
X_DEVICE_OS_VERSION
public static final String X_DEVICE_OS_VERSION
- See Also:
- Constant Field Values
-
X_DEVICE_NETWORK_TYPE
public static final String X_DEVICE_NETWORK_TYPE
- See Also:
- Constant Field Values
-
X_DEVICE_NETWORK_SPEED_DOWN
public static final String X_DEVICE_NETWORK_SPEED_DOWN
- See Also:
- Constant Field Values
-
X_DEVICE_NETWORK_SPEED_UP
public static final String X_DEVICE_NETWORK_SPEED_UP
- See Also:
- Constant Field Values
-
X_DEVICE_NETWORK_SPEED_LATENCY
public static final String X_DEVICE_NETWORK_SPEED_LATENCY
- See Also:
- Constant Field Values
-
CLIENT_IP
public static final String CLIENT_IP
- See Also:
- Constant Field Values
-
USER_AGENT
public static final String USER_AGENT
- See Also:
- Constant Field Values
-
ACCEPT_LANGUAGE
public static final String ACCEPT_LANGUAGE
- See Also:
- Constant Field Values
-
COUNTRY
public static final String COUNTRY
- See Also:
- Constant Field Values
-
WARNING
public static final String WARNING
- See Also:
- Constant Field Values
-
ERROR_CODE
public static final String ERROR_CODE
- See Also:
- Constant Field Values
-
ERROR_EXCEPTION
public static final String ERROR_EXCEPTION
- See Also:
- Constant Field Values
-
ERROR_MESSAGE
public static final String ERROR_MESSAGE
- See Also:
- Constant Field Values
-
ERROR_MESSAGE_DETAIL
public static final String ERROR_MESSAGE_DETAIL
- See Also:
- Constant Field Values
-
X_FRONT_VERSION
public static final String X_FRONT_VERSION
- See Also:
- Constant Field Values
-
X_APPLICATION
public static final String X_APPLICATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
buildFromConfig
public static Headers buildFromConfig(ConfigHandler<String,String> configuration)
-
refreshConfig
public Headers refreshConfig()
-
refreshConfig
public Headers refreshConfig(ConfigHandler<String,String> configuration)
- Parameters:
configuration-- Returns:
-
-