ServerUniverseEdgeBase class abstract
- Inheritance
-
- Object
- ServerUniverseBase
- ServerUniverseEdgeBase
- Implemented types
- Implementers
Constructors
- ServerUniverseEdgeBase({required RequestHandlerMore onError, required RequestHandler onNotFound, ServerUniverseLogType serverUniverseLogType = ServerUniverseLogType.info, String pathPrefix = "", int simultaneousProcessing = 1000000000, ServerUniversePlatformType serverUniversePlatformType = ServerUniversePlatformType.supabase})
Properties
- app → ServerUniverseBase
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- onError → RequestHandlerMore
-
final
- onNotFound → RequestHandler
-
final
- pathPrefix ↔ String
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverUniverseLogType → ServerUniverseLogType
-
finalinherited
- serverUniversePlatformType → ServerUniversePlatformType
-
finalinherited
- simultaneousProcessing ↔ int
-
getter/setter pairinherited
Methods
-
all(
String path, RequestHandler onRequest) → void -
createRoute(
{required String path, required RegExp method, required RequestHandler onRequest}) → void -
inherited
-
delete(
String path, RequestHandler onRequest) → void -
ensureInitialized(
) → void -
override
-
get(
String path, RequestHandler onRequest) → void -
head(
String path, RequestHandler onRequest) → void -
listen(
{int port = 3000, dynamic bindIp = '0.0.0.0', int backlog = 0}) → Future -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
options(
String path, RequestHandler onRequest) → void -
parsePattern(
String path) → String -
inherited
-
patch(
String path, RequestHandler onRequest) → void -
post(
String path, RequestHandler onRequest) → void -
propfind(
String path, RequestHandler onRequest) → void -
put(
String path, RequestHandler onRequest) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited