ApplicationIOServer class final
A running application HTTP server with a concrete URL.
- Implemented types
Constructors
- ApplicationIOServer(Application application, Server server)
- Creates an instance of ApplicationIOServer.
Properties
- application → Application
-
The application that is running on the server.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- logger → Logger?
-
The logger of the instance.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- server → Server
-
The underlying Server instance.
final
- url → Uri
-
The URL that the server is listening on.
no setteroverride
Methods
-
close(
{bool force = false}) → Future< void> -
Closes the server and returns a future that completes when all resources
are released.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reload(
) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited