A standard remote datasource for PATCH operations using HttpDataShaftDriver.
This class specializes DatasourceNccPatch by binding it to the HttpDataShaftDriver. It is intended for performing partial updates on resources via public endpoints or APIs where a persistent session is not required.
The RemoteObject facilitates the mapping of the partial dataset, while
the HttpDataShaftDriver manages the underlying network request without
session overhead.
- Inheritance
-
- Object
- DataSource
- DataSourceCallable<
RemoteObject> - DatasourceRemote<
RemoteObject, HttpDataShaftDriver> - DatasourcePatchRemote<
RemoteObject, HttpDataShaftDriver> - DatasourceNccPatch<
RemoteObject, HttpDataShaftDriver> - DatasourceHttpPatch
Constructors
- DatasourceHttpPatch({required HttpDataShaftDriver driver})
- A standard remote datasource for PATCH operations using HttpDataShaftDriver.
Properties
-
admissibleStatusCode
→ Set<
int> -
Set of http status codes that are considered admissible.
no setterinherited
- driver → HttpDataShaftDriver
-
The underlying RemoteDriver instance used to execute remote operations.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- host → String
-
host of the provide information, can contains port and scheme
no setterinherited
-
inadmissibleStatusCode
→ Set<
int> -
Set of http status codes that are considered inadmissible.
no setterinherited
- observer → HttpDatasourceObserver
-
Retrieves the standard observer instance used to track the lifecycle
and events of all Data Sources in the application.
no setterinherited
- path → String?
-
path of the provide information
no setterinherited
-
pathModification
→ Map<
String, String> -
path of the provide information
no setterinherited
- pathPrefix → String?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uri → Uri
-
Current url transformation to URI.
no setterinherited
Methods
-
call(
{required covariant Params params}) → Future< RemoteObject> -
Manage the server connection.
inherited
-
checkInformation(
{required covariant RequestResponse< Response> requestResponse, required Map<String, String> ? requestHeaders, required Uri? requestUri, Object? requestBody}) → FutureOr<RemoteObject> -
Usually use after server call to return the required data or failure.
override
-
dispose(
) → void -
Called when the DataSource instance is no longer needed and should
release any held resources (e.g., closing connections, unregistering listeners).
inherited
-
generateCallRequirement(
{required covariant Params params}) → PatchParams -
Generates the specific parameters required for a PATCH request.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
request(
RequestParams requestParams) → Future< RemoteObject> -
Centralized method to handle all HTTP requests.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
transformation(
{required covariant RequestResponse< Response> remoteResponse}) → FutureOr<RemoteObject> -
Function call after response success.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited