NeighborConnectionDetail class
Details about neighboring servers.
Constructors
- NeighborConnectionDetail.new({required int connectionsCount, required String destinationServerId, required String sourceServerId, int? destinationPort, String? transportProtocol})
-
NeighborConnectionDetail.fromJson(Map<
String, dynamic> json) -
factory
Properties
- connectionsCount → int
-
The number of open network connections with the neighboring server.
final
- destinationPort → int?
-
The destination network port for the connection.
final
- destinationServerId → String
-
The ID of the server that accepted the network connection.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceServerId → String
-
The ID of the server that opened the network connection.
final
- transportProtocol → String?
-
The network protocol used for the connection.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited