DirectMethodsClientOptions Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. methods. DirectMethodsClientOptions
- com.
public class DirectMethodsClientOptions
Configurable options for all device method operations.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Integer | DEFAULT_HTTP_CONNECT_TIMEOUT_SECONDS |
final Integer | DEFAULT_HTTP_READ_TIMEOUT_SECONDS |
Field Details
DEFAULT_HTTP_CONNECT_TIMEOUT_SECONDS
protected static final Integer DEFAULT_HTTP_CONNECT_TIMEOUT_SECONDS= 24
DEFAULT_HTTP_READ_TIMEOUT_SECONDS
protected static final Integer DEFAULT_HTTP_READ_TIMEOUT_SECONDS= 24
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