ConnectTo class

Constructors

ConnectTo({String address = "0.0.0.0", int port = 8080, SecurityContext? securityContext, bool multiThread = false})
ConnectTo.https(SecurityContext? securityContext, {String address = "0.0.0.0", int port = 443, bool multiThread = false})

Properties

address String
Address on which the API is serviced
final
authority String
Base path
no setter
hashCode int
The hash code for this object.
no setterinherited
multiThread bool
Should the port be service-able from multiple isolates?
final
port int
Port on which the API is serviced
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityContext SecurityContext?
Security context for HTTPS
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited