ServerUniverseBase class abstract

ServerUniverseUncompleteDocumentation

Implemented types
Implementers

Constructors

ServerUniverseBase({String pathPrefix = "", ServerUniverseLogType serverUniverseLogType = ServerUniverseLogType.info, required ServerUniversePlatformType serverUniversePlatformType, int simultaneousProcessing = 1000000000})
ServerUniverseUncompleteDocumentation

Properties

app → ServerUniverseBase
ServerUniverseUncompleteDocumentation
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
pathPrefix ↔ String
ServerUniverseUncompleteDocumentation
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
serverUniverseLogType → ServerUniverseLogType
ServerUniverseUncompleteDocumentation
final
serverUniversePlatformType → ServerUniversePlatformType
ServerUniverseUncompleteDocumentation
final
simultaneousProcessing ↔ int
ServerUniverseUncompleteDocumentation
getter/setter pair

Methods

ensureInitialized() → FutureOr<void>
ServerUniverseUncompleteDocumentation
listen({int port = 3000, dynamic bindIp = '0.0.0.0', bool shared = true, int backlog = 0}) → Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parsePattern(String path) → String
ServerUniverseUncompleteDocumentation
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited