- Inheritance
- Object
- Bootstrapper
- HttpBootstrapper
Constructors
- HttpBootstrapper({String host: 'localhost', int port: 1337, PipelineFactory pipeline([IoCContainer container])})
-
factory
- HttpBootstrapper.internal(ServerFactory _serverFactory(host, int port), String host, int port, PipelineFactory pipeline([IoCContainer container]))
Properties
- container → IoCContainer
-
read-only, inherited
- hashCode → int
-
Get a hash code for this object.…
read-only, inherited - host → String
-
read-only
- pipeline → PipelineFactory
-
read-only
- port → int
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.…
inherited
Methods
-
attach(
[IoCContainer container]) → void -
inherited
-
bindings(
) → Future -
handleRequest(
Request request, Pipeline pipe(Request request)) → Future<Response> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.…
inherited -
start(
HttpServer server) → dynamic -
stop(
HttpServer server) → Future -
toString(
) → String -
Returns a string representation of this object.
inherited