ServerUniverse class

Implementers

Constructors

ServerUniverse({String pathPrefix = "", LogType logLevel = LogType.info, int simultaneousProcessing = 1000000000})

Properties

app ServerUniverse
no setter
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

Methods

ensureInitialized() → dynamic
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
toString() String
A string representation of this object.
inherited

Operators

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