AmqpsIotHubConnection 类
定义
An AMQPS IotHub connection between a device and an IoTHub or Edgehub. This class is responsible for reacting to connection level and reactor level events. It is also responsible for creating sessions and handlers for those sessions. An instance of this object may be reused after it has been closed.
public class AmqpsIotHubConnection implements IotHubTransportConnection
- 继承
-
java.lang.ObjectBaseHandlerAmqpsIotHubConnection
继承成员
构造函数
AmqpsIotHubConnection(DeviceClientConfig config, boolean isMultiplexing) | |
AmqpsIotHubConnection(String hostName, boolean isWebsocketConnection, SSLContext sslContext, ProxySettings proxySettings) |