Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEVICE_ID_ATTRIBUTE |
"DeviceId=" |
public static final String |
HOSTNAME_ATTRIBUTE |
"HostName=" |
public static final String |
SHARED_ACCESS_KEY_ATTRIBUTE |
"SharedAccessKey=" |
public static final String |
SHARED_ACCESS_TOKEN_ATTRIBUTE |
"SharedAccessSignature=" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_AMQP_OPEN_AUTHENTICATION_SESSION_TIMEOUT_IN_SECONDS |
20 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONNECTION_DEVICE_ID |
"iothub-connection-device-id" |
public static final String |
CONNECTION_MODULE_ID |
"iothub-connection-module-id" |
public static final String |
IOTHUB_CONTENT_ENCODING |
"iothub-contentencoding" |
public static final String |
IOTHUB_CONTENT_TYPE |
"iothub-contenttype" |
public static final String |
IOTHUB_CREATION_TIME_UTC |
"iothub-creation-time-utc" |
public static final String |
IOTHUB_SECURITY_INTERFACE_ID |
"iothub-interface-id" |
public static final String |
IOTHUB_SECURITY_INTERFACE_ID_VALUE |
"urn:azureiot:Security:SecurityAgent:1" |
public static final String |
OUTPUT_NAME_PROPERTY |
"iothub-outputname" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
DEFAULT_RECEIVE_PERIOD_MILLIS |
10L |
public static final long |
DEFAULT_SEND_PERIOD_MILLIS |
10L |
public static final int |
MAX_MULTIPLEX_DEVICE_COUNT_AMQPS |
1000 |
public static final int |
MAX_MULTIPLEX_DEVICE_COUNT_AMQPS_WS |
500 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final long |
MILLISECONDS_PER_SECOND |
1000L |
protected static final long |
MINIMUM_EXPIRATION_TIME_OFFSET |
1L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:connection:forced" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:connection:framing-error" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:connection:redirect" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"com.microsoft:device-container-throttled" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:decode-error" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:frame-size-too-small" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:illegal-state" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:internal-error" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:invalid-field" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"com.microsoft:link-creation-conflict" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:link:detach-forced" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:link:message-size-exceeded" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:link:redirect" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:link:stolen" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:link:transfer-limit-exceeded" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:not-allowed" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:not-found" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:not-implemented" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:precondition-failed" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:resource-deleted" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:resource-limit-exceeded" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:resource-locked" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:session:errant-link" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:session:handle-in-use" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:session:unattached-handle" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:session:window-violation" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"amqp:unauthorized-access" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
errorCode |
"proton:io" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
HTTPS_APP_PROPERTY_PREFIX |
"iothub-app-" |
public static final String |
HTTPS_SYSTEM_PROPERTY_PREFIX |
"iothub-" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
CONTENT_ENCODING_KEY |
"iothub-contentencoding" |
protected static final String |
CONTENT_TYPE_KEY |
"iothub-contenttype" |
protected static final String |
CORRELATION_ID_KEY |
"iothub-correlationid" |
protected static final String |
MESSAGE_ID_KEY |
"iothub-messageid" |
protected static final String |
TO_KEY |
"iothub-to" |
protected static final String |
USER_ID_KEY |
"iothub-userid" |
Copyright © 2020. All rights reserved.