TServer class
--- TServer --- Main server class
Constructors
- TServer()
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setRouter(
TRouterInterface router) → void -
setSocketRouter(
TSocketRouter socketRouter) → void -
start(
String host, int port, {int backlog = 0, bool v6Only = false, void onStartServer()?}) → Future< void> -
stop(
{bool force = false}) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- getInstance → TServer
-
no setter