Server class abstract
Server
- Annotations
Constructors
- Server()
Properties
- args → ServerArgs
-
no setter
- config → ServerConfig
-
no setter
- datadir → String
-
no setter
- db ↔ Db
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- logger → Logger
-
no setter
- routing → Router
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- threadId ↔ int
-
getter/setter pair
Methods
-
handleRequest(
HttpRequest request) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serve(
List< String> arguments) → Future -
toString(
) → String -
A string representation of this object.
inherited
-
writeError(
HttpRequest request, int code, String message, {StackTrace? trace}) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited