NUIInterceptor class
Constructors
-
NUIInterceptor({required String interceptedUrl, String? interceptedPathVariables, Map<
String, String> ? interceptedHeaders, Map<String, String> ? interceptedParams, dynamic interceptedBody, String? interceptedBodyString, NUIEnt? interceptedBodyEnt, bool stopIntercepting = false, bool noIntercepting = true}) - NUIInterceptor.forResponse({required String interceptedResponseBody, bool stopIntercepting = false, bool noIntercepting = true})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- interceptedBody ↔ dynamic
-
getter/setter pair
- interceptedBodyEnt ↔ NUIEnt?
-
getter/setter pair
- interceptedBodyString ↔ String?
-
getter/setter pair
-
interceptedHeaders
↔ Map<
String, String> ? -
getter/setter pair
-
interceptedParams
↔ Map<
String, String> ? -
getter/setter pair
- interceptedPathVariables ↔ String?
-
getter/setter pair
- interceptedResponseBody ↔ String
-
getter/setter pair
- interceptedUrl ↔ String
-
getter/setter pair
- noIntercepting ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stopIntercepting ↔ bool
-
getter/setter pair
Methods
-
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