| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service | |
| com.microsoft.azure.sdk.iot.service.transport.amqps |
| Constructor and Description |
|---|
FeedbackReceiver(String hostName,
String userName,
String sasToken,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ProxyOptions proxyOptions)
Constructor to verify initialization parameters
Create instance of AmqpReceive
|
FeedbackReceiver(String hostName,
String userName,
String sasToken,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ProxyOptions proxyOptions,
SSLContext sslContext)
Constructor to verify initialization parameters
Create instance of AmqpReceive
|
| Modifier and Type | Field and Description |
|---|---|
protected ProxyOptions |
AmqpConnectionHandler.proxyOptions |
| Constructor and Description |
|---|
AmqpConnectionHandler(String hostName,
com.azure.core.credential.AzureSasCredential sasTokenProvider,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ProxyOptions proxyOptions,
SSLContext sslContext) |
AmqpConnectionHandler(String hostName,
String userName,
String sasToken,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ProxyOptions proxyOptions,
SSLContext sslContext) |
AmqpConnectionHandler(String hostName,
com.azure.core.credential.TokenCredential credential,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ProxyOptions proxyOptions,
SSLContext sslContext) |
AmqpFeedbackReceivedHandler(String hostName,
String userName,
String sasToken,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
AmqpFeedbackReceivedEvent amqpFeedbackReceivedEvent,
ProxyOptions proxyOptions)
Constructor to set up connection parameters and initialize
handshaker and flow controller for transport
|
AmqpFeedbackReceivedHandler(String hostName,
String userName,
String sasToken,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
AmqpFeedbackReceivedEvent amqpFeedbackReceivedEvent,
ProxyOptions proxyOptions,
SSLContext sslContext)
Constructor to set up connection parameters and initialize
handshaker and flow controller for transport
|
AmqpFileUploadNotificationReceive(String hostName,
com.azure.core.credential.AzureSasCredential sasTokenProvider,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ProxyOptions proxyOptions,
SSLContext sslContext) |
AmqpFileUploadNotificationReceive(String hostName,
String userName,
String sasToken,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ProxyOptions proxyOptions)
Constructor to set up connection parameters
|
AmqpFileUploadNotificationReceive(String hostName,
String userName,
String sasToken,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ProxyOptions proxyOptions,
SSLContext sslContext)
Constructor to set up connection parameters
|
AmqpFileUploadNotificationReceive(String hostName,
com.azure.core.credential.TokenCredential credential,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ProxyOptions proxyOptions,
SSLContext sslContext) |
AmqpReceive(String hostName,
com.azure.core.credential.AzureSasCredential sasTokenProvider,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ProxyOptions proxyOptions,
SSLContext sslContext) |
AmqpReceive(String hostName,
String userName,
String sasToken,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ProxyOptions proxyOptions)
Constructor to set up connection parameters
|
AmqpReceive(String hostName,
String userName,
String sasToken,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ProxyOptions proxyOptions,
SSLContext sslContext)
Constructor to set up connection parameters
|
AmqpReceive(String hostName,
com.azure.core.credential.TokenCredential credential,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ProxyOptions proxyOptions,
SSLContext sslContext) |
AmqpSend(String hostName,
com.azure.core.credential.AzureSasCredential sasTokenProvider,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ProxyOptions proxyOptions,
SSLContext sslContext) |
AmqpSend(String hostName,
String userName,
String sasToken,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ProxyOptions proxyOptions)
Constructor to set up connection parameters
|
AmqpSend(String hostName,
String userName,
String sasToken,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ProxyOptions proxyOptions,
SSLContext sslContext)
Constructor to set up connection parameters
|
AmqpSend(String hostName,
com.azure.core.credential.TokenCredential credential,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ProxyOptions proxyOptions,
SSLContext sslContext) |
AmqpSendHandler(String hostName,
String userName,
String sasToken,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ProxyOptions proxyOptions)
Constructor to set up connection parameters and initialize handshaker for transport
|
AmqpSendHandler(String hostName,
String userName,
String sasToken,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ProxyOptions proxyOptions,
SSLContext sslContext)
Constructor to set up connection parameters and initialize handshaker for transport
|
Copyright © 2022. All rights reserved.