A helper that makes it easy to compose a set of DartnessMiddleware, DartnessMiddleware and a
Handler
.
- Implementers
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addErrorHandler(
DartnessErrorHandler errorHandler) → DartnessPipeline -
Returns a new DartnessPipeline with
errorHandler
added to the existing set of handlers. -
addHandler(
Handler handler) → Handler -
Returns a new
Handler
withhandler
-
addInterceptor(
DartnessInterceptor dartnessInterceptor) → DartnessPipeline -
Returns a new DartnessPipeline with
dartnessInterceptor
added to the existing set of DartnessInterceptor. -
addMiddleware(
DartnessMiddleware dartnessMiddleware) → DartnessPipeline -
Returns a new DartnessPipeline with
dartnessMiddleware
added to the existing set of DartnessMiddleware. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited