Network class abstract
- Implementers
- Annotations
-
- @SPI(name: "mpi")
Constructors
- Network()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
accessible(
Route route, {Context? ctx}) → Future< bool?> - Accessible Check the mesh network is accessible.
-
disable(
String mdc, {Context? ctx}) → Future< void> - Disable the network
-
enable(
String mdc, {Context? ctx}) → Future< void> - Enable the network
-
environ(
{Context? ctx}) → Future< Environ?> - Environ Get the meth network environment fixed information.
-
exports(
String mdc, {Context? ctx}) → Future< String?> - Exports the weave certificate.
-
imports(
String crt, {Context? ctx}) → Future< void> - Imports the weave certificate.
-
index(
Paging index, {Context? ctx}) → Future< Page< Route> ?> - Index the network edges
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refresh(
List< Route> routes, {Context? ctx}) → Future<void> - Refresh the routes to mesh network.
-
route(
String mdc, {Context? ctx}) → Future< Route?> - Route the network edge route.
-
routes(
{Context? ctx}) → Future< List< Route> ?> - Routes the network edge routes.
-
toString(
) → String -
A string representation of this object.
inherited
-
version(
String mdc, {Context? ctx}) → Future< Versions?> - Version Network environment version.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited