| Args |
Parsed arguments for Patch and Fetch.
|
| DeltaAction |
|
| DeltaServer |
Delta server.
|
| DeltaServlet |
Servlet and multiplexer for DeltaLinks
|
| F_PatchFilter |
Filter that catches requests for the form /{name} and /{id}
where the {name} or {id} is registered with the DeltaLink and
directs the request to the given servlet.
|
| HttpErrorHandler |
|
| HttpOperationBase |
Base class for operations working on HTTPrequest directly, unlike RPCs
|
| LogOp |
Patch Log operations
|
| PatchLogServer |
An HTTP-based server providing patch logs and the admin functions.
|
| S_DRPC |
Receive a JSON object, return a JSON object
|
| S_FetchData |
Data over HTTP.
|
| S_GetPostLog |
Servlet for both append and fetch patches - the RDF Patch protocol.
|
| S_Metrics |
Respond with Prometheus metrics
|
| S_Ping |
Respond with a ping as a JSON object
|
| S_ReplyJSON |
Base class for responds with JSON object
|
| S_ReplyText |
Utility servlet that responds 200 and a plain text message
|
| S_Restart |
|
| ServerLib |
|