MqttServerWsConnection class
The MQTT server connection class for the websocket interface
- Inheritance
-
- Object
- MqttConnectionBase
- MqttServerConnection
- MqttServerWsConnection
Constructors
-
MqttServerWsConnection(EventBus? eventBus, List<
RawSocketOption> socketOptions) - Default constructor
-
MqttServerWsConnection.fromConnect(String server, int port, EventBus eventBus, List<
RawSocketOption> socketOptions) - Initializes a new instance of the MqttConnection class.
Properties
- client ↔ dynamic
-
The socket that maintains the connection to the MQTT broker.
getter/setter pairinherited
- clientEventBus ↔ EventBus?
-
The event bus
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageStream ↔ MqttByteBuffer
-
The read buffer
getter/setter pairinherited
- onDisconnected ↔ DisconnectCallback?
-
Unsolicited disconnection callback
getter/setter pairinherited
-
protocols
↔ List<
String> -
The websocket subprotocol list
getter/setter pair
- readWrapper ↔ MqttReadWrapper
-
The read wrapper
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
socketOptions
↔ List<
RawSocketOption> -
Socket options, applicable only to TCP sockets
getter/setter pairinherited
Methods
-
connect(
String server, int port) → Future< MqttConnectionStatus?> -
Connect
override
-
connectAuto(
String server, int port) → Future< MqttConnectionStatus?> -
Connect Auto
override
-
disconnect(
{bool auto = false}) → void -
User requested or auto disconnect disconnection
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onDone(
) → void -
OnDone listener callback
override
-
onError(
dynamic error) → void -
OnError listener callback
inherited
-
send(
MqttByteBuffer message) → void -
Sends the message in the stream to the broker.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited