MqttServerSecureConnection constructor
MqttServerSecureConnection(
- SecurityContext? context,
- EventBus? eventBus,
- bool onBadCertificate(
- X509Certificate certificate
- List<
RawSocketOption> socketOptions,
Default constructor
Implementation
MqttServerSecureConnection(this.context, events.EventBus? eventBus,
this.onBadCertificate, List<RawSocketOption> socketOptions)
: super(eventBus, socketOptions);