TransportUtils Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. device. transport. TransportUtils
- com.
public class TransportUtils
Field Summary
Modifier and Type | Field and Description |
---|---|
final String | CLIENT_VERSION |
final String | IOTHUB_API_VERSION |
final String | USER_AGENT_STRING |
Field Details
CLIENT_VERSION
public static final String CLIENT_VERSION= "2.0.5"
IOTHUB_API_VERSION
public static final String IOTHUB_API_VERSION= "2020-09-30"
USER_AGENT_STRING
public static final String USER_AGENT_STRING= JAVA_DEVICE_CLIENT_IDENTIFIER + "/" + CLIENT_VERSION + " (" + JAVA_RUNTIME + "; " + OPERATING_SYSTEM +"; " + PROCESSOR_ARCHITECTURE + ")"
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