Srvd class abstract interface

Properties

atClient ↔ AtClient
getter/setter pair
atKeysFilePath String
final
atSign String
final
bind443 bool
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
localBindPort443 int
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>
lookup(IIRequest msg, SendPort toSpawned) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run() Future<void>
spawnNewPortPairIsolate(SrvdSessionParams sessionParams) Future<(PortPair, Isolate, SendPort)>
spawnNewSinglePortIsolate(String address, bool useTLS, int bindPort) Future<(PortPair, Isolate, SendPort)>
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>

Constants

namespace → const String