ApiServer class abstract

It contains information about the server with the API and its processing.

Implementers
Annotations

Constructors

ApiServer({required String name, required String host, int? port, String scheme = "http", ApiServerUriBuilder? uriBuilder})
Construct ApiServer

Properties

hashCode int
The hash code for this object.
no setterinherited
host String
The hostname of the server.
no setter
name String
A logical name of the server.
no setter
port int?
The port of the server.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme String
The scheme of the uri.
no setter
uriBuilder ApiServerUriBuilder?
The process of building path, an HTTP request to the server.
no setter

Methods

close({bool force = false}) → void
Close server.
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