RunnerOptions class
Options for executing Runner.
Constructors
- RunnerOptions({String hostname = '127.0.0.1', int port = 3000, int concurrency = 1, bool useZone = false, bool respawn = true, bool quiet = false, String? certificateFile, String? keyFile, bool ssl = false, bool http2 = false, String? certificatePassword, String? keyPassword})
- RunnerOptions.fromArgResults(ArgResults argResults)
-
factory
Properties
- certificateFile → String?
-
final
- certificatePassword → String?
-
final
- concurrency → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostname → String
-
final
- http2 → bool
-
final
- keyFile → String?
-
final
- keyPassword → String?
-
final
- port → int
-
final
- quiet → bool
-
final
-
removeResponseHeaders
→ Map<
String, Object> -
final
- respawn → bool
-
final
-
responseHeaders
→ Map<
String, Object> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ssl → bool
-
final
- useZone → 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
- argParser → ArgParser
-
Command line arguements
final