| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service | |
| com.microsoft.azure.sdk.iot.service.transport.amqps |
| Modifier and Type | Method and Description |
|---|---|
static IotHubServiceClientProtocol |
IotHubServiceClientProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IotHubServiceClientProtocol[] |
IotHubServiceClientProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceClient |
ServiceClient.createFromConnectionString(String connectionString,
IotHubServiceClientProtocol iotHubServiceClientProtocol)
Deprecated.
because this method declares a thrown IOException even though it never throws an IOException. Users
are recommended to use
ServiceClient(String, IotHubServiceClientProtocol) instead
since it does not declare this exception even though it constructs the same ServiceClient. |
static ServiceClient |
ServiceClient.createFromConnectionString(String connectionString,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ServiceClientOptions options)
Deprecated.
because this method declares a thrown IOException even though it never throws an IOException. Users
are recommended to use
ServiceClient(String, IotHubServiceClientProtocol, ServiceClientOptions) instead
since it does not declare this exception even though it constructs the same ServiceClient. |
| Constructor and Description |
|---|
FeedbackReceiver(String hostName,
String userName,
String sasToken,
IotHubServiceClientProtocol iotHubServiceClientProtocol)
Constructor to verify initialization parameters
Create instance of AmqpReceive
|
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
|
FeedbackReceiver(String hostName,
String userName,
String sasToken,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
String deviceId)
Deprecated.
As of release 1.1.15, replaced by
FeedbackReceiver(String hostName, String userName, String sasToken, IotHubServiceClientProtocol iotHubServiceClientProtocol) |
ServiceClient(IotHubConnectionString iotHubConnectionString,
IotHubServiceClientProtocol iotHubServiceClientProtocol)
Initialize AMQP sender using given connection string
|
ServiceClient(IotHubConnectionString iotHubConnectionString,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ServiceClientOptions options)
Initialize AMQP sender using given connection string
|
ServiceClient(String hostName,
com.azure.core.credential.AzureSasCredential azureSasCredential,
IotHubServiceClientProtocol iotHubServiceClientProtocol)
Create a
ServiceClient instance with an instance of AzureSasCredential. |
ServiceClient(String hostName,
com.azure.core.credential.AzureSasCredential azureSasCredential,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ServiceClientOptions options)
Create a
ServiceClient instance with an instance of AzureSasCredential. |
ServiceClient(String connectionString,
IotHubServiceClientProtocol iotHubServiceClientProtocol)
Create ServiceClient from the specified connection string
|
ServiceClient(String connectionString,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ServiceClientOptions options)
Create ServiceClient from the specified connection string
|
ServiceClient(String hostName,
com.azure.core.credential.TokenCredential credential,
IotHubServiceClientProtocol iotHubServiceClientProtocol)
Create a
ServiceClient instance with a custom TokenCredential to allow for finer grain control
of authentication tokens used in the underlying connection. |
ServiceClient(String hostName,
com.azure.core.credential.TokenCredential credential,
IotHubServiceClientProtocol iotHubServiceClientProtocol,
ServiceClientOptions options)
Create a
ServiceClient instance with a custom TokenCredential to allow for finer grain control
of authentication tokens used in the underlying connection. |
| Modifier and Type | Field and Description |
|---|---|
protected IotHubServiceClientProtocol |
AmqpSend.iotHubServiceClientProtocol |
protected IotHubServiceClientProtocol |
AmqpConnectionHandler.iotHubServiceClientProtocol |
| 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)
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)
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)
Constructor to set up connection parameters
|
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)
Constructor to set up connection parameters
|
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)
Constructor to set up connection parameters
|
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)
Constructor to set up connection parameters and initialize handshaker for transport
|
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.