ServerUniverseBase class abstract
- Implemented types
- Implementers
Constructors
- ServerUniverseBase({String pathPrefix = "", ServerUniverseLogType serverUniverseLogType = ServerUniverseLogType.info, required ServerUniversePlatformType serverUniversePlatformType, int simultaneousProcessing = 1000000000})
Properties
- app → ServerUniverseBase
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- pathPrefix ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverUniverseLogType → ServerUniverseLogType
-
final
- serverUniversePlatformType → ServerUniversePlatformType
-
final
- simultaneousProcessing ↔ int
-
getter/setter pair
Methods
-
ensureInitialized(
) → FutureOr< void> -
listen(
{int port = 3000, dynamic bindIp = '0.0.0.0', int backlog = 0}) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parsePattern(
String path) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited