DirectMethodsClientOptions Class

  • java.lang.Object
    • com.microsoft.azure.sdk.iot.service.methods.DirectMethodsClientOptions

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