SolidWorkerHandler class
Worker-thread RemoteWorkerHandler implementation for Solid Pod backend.
Creates SolidBackend instances in the worker thread for Pod communication.
This plugin handles all backend operations:
- HTTP requests to Solid Pods
- DPoP token generation
- RDF graph fetching and pushing
Main Thread Counterpart
This plugin requires a corresponding SolidMainIntegration on the main thread.
The main thread handles authentication and sends credentials
to the worker via SolidAuthConnector.
Constructors
- SolidWorkerHandler({Client? httpClient, String id = solidRemoteHandlerId})
Properties
Methods
-
createBackend(
BackendWorkerHandlerContext context, SyncEngineConfig config) → Future< Backend> - Creates a backend instance for this remote handler.
-
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