SocketIsoTransport class
An IsoTransport backed by a real TCP socket, with optional mutual TLS.
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
incoming
→ Stream<
Uint8List> -
Frames the host sends us, already stripped of the length prefix.
no setteroverride
- info → HostConnectionInfo
-
final
- isConnected → bool
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
close(
) → Future< void> -
override
-
connect(
) → Future< void> -
override
-
dispose(
) → Future< void> -
Closes the link and releases the stream for good. A transport is not
reusable afterwards, unlike close.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
send(
Uint8List frame) → Future< void> -
Sends one complete frame, length prefix included.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited