Server class abstract

Server

Annotations

Constructors

Server()

Properties

args ServerArgs
no setter
config ServerConfig
no setter
datadir String
no setter
errorHandler ErrorHandler
no setter
hashCode int
The hash code for this object.
no setterinherited
port int
no setter
routing Router
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stats Stats
no setter

Methods

handleRequest(HttpRequest request) Future
handleRequestWithTimeout(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 = null}) → void

Operators

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