DoxServer class

Constructors

DoxServer()
factory

Properties

doxWebsocket DoxWebsocket?
getter/setter pair
exceptionHandler ExceptionHandler?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
httpServer HttpServer
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

listen(int port, {Function? onError}) Future<HttpServer>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setExceptionHandler(ExceptionHandler handler) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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