GetServerApp class

Inheritance
Mixed in types
Implementers

Constructors

GetServerApp({Key? key, String host = '0.0.0.0', int port = 8080, String? certificateChain, String? privateKey, String? password, bool shared = true, List<GetPage>? getPages, bool cors = false, String corsUrl = '*', Widget? onNotFound, Bindings? initialBinding, bool useLog = true, String? jwtKey, Widget? home})

Properties

certificateChain String?
final
controller GetServerController
final
cors bool
final
corsUrl String
final
getPages List<GetPage>?
final
hashCode int
The hash code for this object.
no setterinherited
home Widget?
final
host String
final
initialBinding Bindings?
final
jwtKey String?
final
key Key?
finalinherited
onNotFound Widget?
final
password String?
final
port int
final
privateKey String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shared bool
final
useLog bool
final

Methods

build(BuildContext? context) Widget
override
createElement(ContextRequest request, GetSocket? getSocket) StatelessElement
Inflates this configuration to a concrete instance. A given widget can be included in the tree zero or more times. In particular a given widget can be placed in the tree multiple times. Each time a widget is placed in the tree, it is inflated into an Element, which means a widget that is incorporated into the tree multiple times will be inflated multiple times.
inherited
delete(String name, NodeWidgetCallback build, {List<String?>? keys}) → void
inherited
get(String name, NodeWidgetCallback build, {List<String?>? keys}) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post(String name, NodeWidgetCallback build, {List<String?>? keys}) → void
inherited
put(String name, NodeWidgetCallback build, {List<String?>? keys}) → void
inherited
toString() String
A string representation of this object.
inherited
ws(String name, SocketBuilder build, {List<String?>? keys}) → void
inherited

Operators

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