SrvdParams class
Constructors
- SrvdParams({required String atSign, required String homeDirectory, required String atKeysFilePath, required String passPhrase, required String managerAtsign, required String ipAddress, required bool verbose, required bool logTraffic, required String rootDomain, required bool perSessionStorage, required bool bind443, required int localBindPort443, required bool debug})
Properties
- atKeysFilePath → String
-
final
- atSign → String
-
final
- bind443 → bool
-
Whether to start an isolate where all connections are to the same port
final
- debug → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- homeDirectory → String
-
final
- ipAddress → String
-
final
- localBindPort443 → int
-
The actual port to bind to - for example in a docker env you may wish
to forward port 443 on the host to some local port in the container
final
- logTraffic → bool
-
final
- managerAtsign → String
-
final
- passPhrase → String
-
final
- perSessionStorage → bool
-
final
- rootDomain → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verbose → bool
-
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
Static Properties
- parser → ArgParser
-
final
Static Methods
-
fromArgs(
List< String> args) → Future<SrvdParams>