MqttServerSecureConnection constructor

MqttServerSecureConnection(
  1. SecurityContext? context,
  2. EventBus? eventBus,
  3. bool onBadCertificate(
    1. X509Certificate certificate
    )?,
  4. List<RawSocketOption> socketOptions,
)

Default constructor

Implementation

MqttServerSecureConnection(this.context, events.EventBus? eventBus,
    this.onBadCertificate, List<RawSocketOption> socketOptions)
    : super(eventBus, socketOptions);