VerbHandler class

Constructors

VerbHandler()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

accept(String command) bool
Returns true if a verb handler can accept this command. @param command - at protocol command @returns bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
process(String command, InboundConnection inboundConnection) Future<void>
Processes a given command from a inboundConnection @param command - at protocol command @param inboundConnection - requesting InboundConnection
toString() String
Returns a string representation of this object.
inherited

Operators

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