Srvd class abstract
Constructors
- Srvd.new()
Properties
- atClient ↔ AtClient
-
getter/setter pair
- atKeysFilePath → String
-
final
- atSign → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- homeDirectory → String
-
final
- initialized ↔ bool
-
true once init has completed
getter/setter pair
- ipAddress → String
-
final
- logger → AtSignLogger
-
final
- logTraffic → bool
-
final
- managerAtsign → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verbose ↔ bool
-
getter/setter pair
Methods
-
init(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
run(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromCommandLineArgs(
List< String> args, {AtClient? atClient, FutureOr<AtClient> atClientGenerator(SrvdParams)?, void usageCallback(Object, StackTrace)?}) → Future<Srvd>