StoreAndForward_RequestResponse class
001 - 063 = From Router 064 - 127 = From Client
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
This enum's name, as specified in the .proto file.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
This enum's integer value, as specified in the .proto file.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns this enum's
name
or thevalue
if names are not represented.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
valueOf(
int value) → StoreAndForward_RequestResponse?
Constants
- CLIENT_ABORT → const StoreAndForward_RequestResponse
- Client has requested that the router abort processing the client's request
- CLIENT_ERROR → const StoreAndForward_RequestResponse
- Client is an in error state.
- CLIENT_HISTORY → const StoreAndForward_RequestResponse
- Client has requested a replay from the router.
- CLIENT_PING → const StoreAndForward_RequestResponse
- Client has requested the router respond. This can work as a "are you there" message.
- CLIENT_PONG → const StoreAndForward_RequestResponse
- The response to a "Ping"
- CLIENT_STATS → const StoreAndForward_RequestResponse
- Client has requested stats from the router.
- ROUTER_BUSY → const StoreAndForward_RequestResponse
- Router is currently busy. Please try again later.
- ROUTER_ERROR → const StoreAndForward_RequestResponse
- Router is an in error state.
- ROUTER_HEARTBEAT → const StoreAndForward_RequestResponse
- Router heartbeat
- ROUTER_HISTORY → const StoreAndForward_RequestResponse
- Router is responding to a request for history.
- ROUTER_PING → const StoreAndForward_RequestResponse
- Router has requested the client respond. This can work as a "are you there" message.
- ROUTER_PONG → const StoreAndForward_RequestResponse
- The response to a "Ping"
- ROUTER_STATS → const StoreAndForward_RequestResponse
- Router is responding to a request for stats.
- ROUTER_TEXT_BROADCAST → const StoreAndForward_RequestResponse
- Router sends a text message from its history that was a broadcast.
- ROUTER_TEXT_DIRECT → const StoreAndForward_RequestResponse
- Router sends a text message from its history that was a direct message.
- UNSET → const StoreAndForward_RequestResponse
- Unset/unused
-
values
→ const List<
StoreAndForward_RequestResponse>