RelayRequestStatus enum

What a relay did with a request.

Declared in collapse precedence order: one request can run on several connections to the same relay, an anonymous one handed over to an authenticated one, and the url reports the first of these its connections reached.

Inheritance
Available extensions

Values

pending → const RelayRequestStatus

the relay has not ended the request, it may still send events

eose → const RelayRequestStatus

the relay sent an EOSE, it has given everything it stored

closed → const RelayRequestStatus

the relay ended the request itself with a CLOSED

disconnected → const RelayRequestStatus

the connection went away before the relay ended the request

timedOut → const RelayRequestStatus

the request ran into its timeout before the relay ended it

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
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

Operators

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

Constants

values → const List<RelayRequestStatus>
A constant List of the values in this enum, in order of their declaration.