MqttServerSecureConnection.fromConnect constructor
MqttServerSecureConnection.fromConnect(
- String server,
- int port,
- EventBus eventBus,
- List<
RawSocketOption> socketOptions,
Initializes a new instance of the MqttSecureConnection class.
Implementation
MqttServerSecureConnection.fromConnect(String server, int port,
events.EventBus eventBus, List<RawSocketOption> socketOptions)
: super(eventBus, socketOptions) {
connect(server, port);
}