DtlsData class
DTLS client and connection information.
Constructors
- DtlsData()
Properties
- connection ↔ DtlsConnection?
-
The DTLS connection between the client and the bridge.
getter/setter pair
- dtlsClient ↔ DtlsClient?
-
The DTLS client for the connection.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isReady → bool
-
Whether or not the connection is ready to be used for streaming.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
tryCloseClient(
) → Future< void> -
If the dtlsClient is not
null
, this method will close it. -
tryDisconnect(
) → Future< void> -
If the connection is not
null
, this method will close it. -
tryDispose(
) → Future< void> - Closes the dtlsClient and disconnects the connection.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited