TransportHTTP class

Implemented types

Constructors

TransportHTTP({required String hostname, Duration timeout = const Duration(seconds: 10)})

Properties

client ↔ Client
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, String>
getter/setter pair
hostname String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout Duration
getter/setter pair

Methods

connect() Future<bool>
override
disconnect() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendReceive(String epName, Uint8List data) Future<Uint8List?>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited