RegistryClientOptions Class

  • java.lang.Object
    • com.microsoft.azure.sdk.iot.service.registry.RegistryClientOptions

public class RegistryClientOptions

Configurable options for all registry 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