Package com.dynatrace.openkit.protocol
Class ProtocolConstants
- java.lang.Object
-
- com.dynatrace.openkit.protocol.ProtocolConstants
-
public class ProtocolConstants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAGENT_TECHNOLOGY_TYPEstatic java.lang.StringERROR_TECHNOLOGY_TYPEstatic java.lang.StringOPENKIT_VERSIONstatic intPLATFORM_TYPE_OPENKITstatic intPROTOCOL_VERSIONstatic java.lang.StringRESPONSE_TYPE
-
Constructor Summary
Constructors Constructor Description ProtocolConstants()
-
-
-
Field Detail
-
OPENKIT_VERSION
public static final java.lang.String OPENKIT_VERSION
- See Also:
- Constant Field Values
-
PROTOCOL_VERSION
public static final int PROTOCOL_VERSION
- See Also:
- Constant Field Values
-
PLATFORM_TYPE_OPENKIT
public static final int PLATFORM_TYPE_OPENKIT
- See Also:
- Constant Field Values
-
AGENT_TECHNOLOGY_TYPE
public static final java.lang.String AGENT_TECHNOLOGY_TYPE
- See Also:
- Constant Field Values
-
ERROR_TECHNOLOGY_TYPE
public static final java.lang.String ERROR_TECHNOLOGY_TYPE
- See Also:
- Constant Field Values
-
RESPONSE_TYPE
public static final java.lang.String RESPONSE_TYPE
- See Also:
- Constant Field Values
-
-