Constructors
Properties
- C → Config
-
read / write
- channel → MessageChannel
-
read / write
- channelSync → MessageChannel
-
read / write
- command → ChannelSession<Command>
-
read / write
- commandSync → ChannelSession<Command>
-
read / write
- isDebug → bool
-
read / write
- middlewares → List<Middleware>
-
read / write
- router → BaseRouter
-
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
buildHandler(
) → Handler -
handler(
Request raw) → Future<Response> -
ready(
) → void -
registerCommandHandler(
String c, CommandHandler handler) → void -
start(
String address, int port) → Future -
use(
Plugin p) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited