TransportUtils Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. transport. TransportUtils
- com.
public class TransportUtils
Field Summary
Modifier and Type | Field and Description |
---|---|
final String | IOTHUB_API_VERSION |
final String | javaServiceClientIdentifier |
final String | serviceVersion |
final String | USER_AGENT_STRING |
final String |
versionIdentifierKey
Version identifier key |
Field Details
IOTHUB_API_VERSION
public static final String IOTHUB_API_VERSION= "2021-04-12"
javaServiceClientIdentifier
public static final String javaServiceClientIdentifier= "com.microsoft.azure.sdk.iot.iot-service-client/"
serviceVersion
public static final String serviceVersion= "2.1.0"
USER_AGENT_STRING
public static final String USER_AGENT_STRING= javaServiceClientIdentifier + serviceVersion + " (" + JAVA_RUNTIME + "; " + OPERATING_SYSTEM +"; " + PROCESSOR_ARCHITECTURE + ")"
versionIdentifierKey
public static final String versionIdentifierKey= "com.microsoft:client-version"
Version identifier key
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java