Uses of Class
org.apache.jena.fuseki.servlets.HttpAction
Packages that use HttpAction
Package
Description
-
Uses of HttpAction in org.apache.jena.fuseki.ctl
Methods in org.apache.jena.fuseki.ctl with parameters of type HttpActionModifier and TypeMethodDescriptionstatic AsyncTaskAsync.execASyncTask(HttpAction action, AsyncPool asyncPool, String displayName, Runnable runnable) voidActionMetrics.execGet(HttpAction action) voidActionContainerItem.execOptions(HttpAction action) voidActionMetrics.execOptions(HttpAction action) voidActionSleep.execOptions(HttpAction action) voidActionTasks.execOptions(HttpAction action) voidActionSleep.execPost(HttpAction action) final voidActionContainerItem.execute(HttpAction action) voidActionMetrics.execute(HttpAction action) voidActionSleep.execute(HttpAction action) voidActionStatsText.execute(HttpAction action) voidActionTasks.execute(HttpAction action) static DataAccessPointActionCtl.getItemDataAccessPoint(HttpAction action) Get the DataAccessPoint corresponding to the item name, or null.static DataAccessPointActionCtl.getItemDataAccessPoint(HttpAction action, String name) Get the DataAccessPoint corresponding to the item name, or null.static org.apache.jena.sparql.core.DatasetGraphActionCtl.getItemDataset(HttpAction action) Get the DatasetGraph corresponding to the item name, or null.static StringActionCtl.getItemDatasetName(HttpAction action) Get the item name - the part after the URI for the servlet (which is the container) - treated as a dataset name.static StringActionCtl.getItemName(HttpAction action) Get the item name - the part after the URI for the servlet (which is the container).final voidActionCtl.process(HttpAction action) voidActionCompact.validate(HttpAction action) voidActionMetrics.validate(HttpAction action) voidActionSleep.validate(HttpAction action) voidActionStats.validate(HttpAction action) voidActionStatsText.validate(HttpAction action) voidActionTasks.validate(HttpAction action) -
Uses of HttpAction in org.apache.jena.fuseki.metrics
Methods in org.apache.jena.fuseki.metrics with parameters of type HttpActionModifier and TypeMethodDescriptionvoidMetricsProvider.scrape(HttpAction action) voidPrometheusMetricsProvider.scrape(HttpAction action) voidSimpleMetricsProvider.scrape(HttpAction action) -
Uses of HttpAction in org.apache.jena.fuseki.server
Methods in org.apache.jena.fuseki.server with parameters of type HttpActionModifier and TypeMethodDescriptionstatic StringRequestLog.combinedNCSA(HttpAction action) NCSA combined log format LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combinedfwd xxx.xxx.xxx.xxx - - [01/Feb/2014:03:19:09 +0000] "GET / HTTP/1.1" 200 6190 "-" "check_http/v1.4.16 (nagios-plugins 1.4.16)"voidDataAccessPoint.finishRequest(HttpAction httpAction) DispatchFunction.selectOperation(HttpAction action, EndpointSet epSet) static OperationDispatcher.selectPlainOperation(HttpAction action, EndpointSet epSet) This is a system defaultDispatchFunction.voidDataAccessPoint.startRequest(HttpAction httpAction) -
Uses of HttpAction in org.apache.jena.fuseki.servlets
Methods in org.apache.jena.fuseki.servlets that return HttpActionModifier and TypeMethodDescriptionstatic HttpActionActionExecLib.allocHttpAction(DataAccessPoint dap, org.slf4j.Logger log, ActionCategory category, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Returns a fresh HTTP Action for this request.Methods in org.apache.jena.fuseki.servlets with parameters of type HttpActionModifier and TypeMethodDescriptionstatic voidActionLib.consumeBody(HttpAction action) Reset the request input stream for anHttpActionif necessary.static org.apache.jena.atlas.web.MediaTypeActionLib.contentNegotation(HttpAction action, org.apache.jena.atlas.web.AcceptList myPrefs, org.apache.jena.atlas.web.MediaType defaultMediaType) Negotiate the content-type and set the response headersstatic org.apache.jena.atlas.web.MediaTypeActionLib.contentNegotationQuads(HttpAction action) Negotiate the content-type for an RDF quads syntax and set the response headersstatic org.apache.jena.atlas.web.MediaTypeActionLib.contentNegotationRDF(HttpAction action) Negotiate the content-type for an RDF triples syntax and set the response headersstatic voidActionLib.datasetResponse(HttpAction action, org.apache.jena.sparql.core.DatasetGraph dsg, org.apache.jena.riot.Lang lang) Output a dataset to the HTTP response.static voidActionLib.datasetResponse(HttpAction action, org.apache.jena.sparql.core.DatasetGraph dsg, org.apache.jena.riot.RDFFormat format, String contentType) Output a dataset to the HTTP response.org.apache.jena.atlas.lib.Pair<org.apache.jena.sparql.core.DatasetGraph,org.apache.jena.query.Query> SPARQL_QueryDataset.decideDatasetDynamic(HttpAction action, org.apache.jena.query.Query query, String queryStringLog) Function to return thePair<DatasetGraph, Query>based on processing any dataset description asa dynamic dataset.static final GraphTargetGraphTarget.determineTarget(org.apache.jena.sparql.core.DatasetGraph dsg, HttpAction action) static final GraphTargetGraphTarget.determineTargetGSP(org.apache.jena.sparql.core.DatasetGraph dsg, HttpAction action) With GSP direct naming.voidUploadRDF.doOptions(HttpAction action) static voidActionLib.doOptionsGet(HttpAction action) static voidActionLib.doOptionsGetHead(HttpAction action) static voidActionLib.doOptionsGetPost(HttpAction action) static voidActionLib.doOptionsGetPostDelete(HttpAction action) static voidActionLib.doOptionsGetPostDeleteHead(HttpAction action) static voidActionLib.doOptionsGetPostHead(HttpAction action) static voidActionLib.doOptionsPost(HttpAction action) static voidResponses.doResponseBoolean(HttpAction action, Boolean booleanResult) static voidResponseDataset.doResponseDataset(HttpAction action, org.apache.jena.query.Dataset dataset) Deprecated, for removal: This API element is subject to removal in a future version.static voidResponses.doResponseDataset(HttpAction action, org.apache.jena.sparql.core.DatasetGraph dataset) static voidResponses.doResponseGraph(HttpAction action, org.apache.jena.graph.Graph graph) static voidResponseJson.doResponseJson(HttpAction action, Iterator<org.apache.jena.atlas.json.JsonObject> jsonItem) Deprecated, for removal: This API element is subject to removal in a future version.Outputs a JSON query resultstatic voidResponses.doResponseJson(HttpAction action, Iterator<org.apache.jena.atlas.json.JsonObject> jsonItem) static voidResponseDataset.doResponseModel(HttpAction action, org.apache.jena.rdf.model.Model model) Deprecated, for removal: This API element is subject to removal in a future version.static voidResponseResultSet.doResponseResultSet(HttpAction action, Boolean booleanResult) Deprecated, for removal: This API element is subject to removal in a future version.static voidResponseResultSet.doResponseResultSet(HttpAction action, org.apache.jena.query.ResultSet resultSet, org.apache.jena.sparql.core.Prologue qPrologue) Deprecated, for removal: This API element is subject to removal in a future version.static voidResponses.doResponseResultSet(HttpAction action, org.apache.jena.sparql.exec.RowSet rowSet, org.apache.jena.sparql.core.Prologue qPrologue) static booleanActionExecLib.execAction(HttpAction action, Supplier<ActionProcessor> processor) execAction, allowing for a choice ofActionProcessorwithin the logging and error handling.static voidActionExecLib.execAction(HttpAction action, ActionProcessor processor) Standard execution lifecycle for a SPARQL Request.default voidActionProcessor.execAny(String methodName, HttpAction action) voidActionREST.execAny(String methodName, HttpAction action) voidNoOpActionService.execAny(String methodName, HttpAction action) default voidActionProcessor.execDelete(HttpAction action) default voidActionProcessor.execGet(HttpAction action) voidSPARQL_Update.execGet(HttpAction action) voidSPARQLQueryProcessor.execGet(HttpAction action) default voidActionProcessor.execHead(HttpAction action) voidSPARQLQueryProcessor.execHead(HttpAction action) default voidActionProcessor.execOptions(HttpAction action) voidSPARQL_Update.execOptions(HttpAction action) voidSPARQLQueryProcessor.execOptions(HttpAction action) default voidActionProcessor.execPatch(HttpAction action) voidSPARQL_Update.execPatch(HttpAction action) default voidActionProcessor.execPost(HttpAction action) voidSPARQL_Update.execPost(HttpAction action) voidSPARQLQueryProcessor.execPost(HttpAction action) default voidActionProcessor.execPut(HttpAction action) default voidActionProcessor.execTrace(HttpAction action) voidActionLifecycle.execute(HttpAction action) The perform step of a requestvoidActionREST.execute(HttpAction action) voidActionServicePlaceholder.execute(HttpAction action) voidNoOpActionService.execute(HttpAction action) voidSPARQL_Update.execute(HttpAction action) final voidSPARQLQueryProcessor.execute(HttpAction action) voidSPARQL_QueryGeneral.SPARQL_QueryProc.executeLifecycle(HttpAction action) static StringActionLib.getContentMediaType(HttpAction action) Get the content type without any HTTP header field parameters such as "charset="static org.apache.jena.atlas.web.ContentTypeActionLib.getContentType(HttpAction action) Get the content type of an action.static org.apache.jena.sparql.core.DatasetDescriptionSPARQLProtocol.getDatasetDescription(HttpAction action, org.apache.jena.query.Query query) Given an action (protocol request) and a query, decide the DatasetDescription, if any.static org.apache.jena.sparql.core.DatasetDescriptionSPARQLProtocol.getProtocolDatasetDescription(HttpAction action) static voidActionLib.graphResponse(HttpAction action, org.apache.jena.graph.Graph graph, org.apache.jena.riot.Lang lang) Output a graph to the HTTP response.static voidActionLib.graphResponse(HttpAction action, org.apache.jena.graph.Graph graph, org.apache.jena.riot.RDFFormat format, String contentType) Output a graph to the HTTP response.static booleanGSPLib.hasExactlyOneValue(HttpAction action, String name) Check whether there is exactly one HTTP header valuestatic booleanGSPLib.hasGSPParams(HttpAction action) Test whether the operation has either of the GSP parameters.static booleanGSPLib.hasGSPParamsStrict(HttpAction action) Test whether the operation has exactly one GSP parameter and no other parameters.static voidActionExecLib.initResponse(HttpAction action) Set headers for the response.static booleanActionLib.isHTMLForm(HttpAction action) static voidActionExecLib.logNoResponse(HttpAction action) Log when we don't handle this request.static voidActionExecLib.logRequest(HttpAction action) Log anHttpActionrequest.static voidActionExecLib.logResponse(HttpAction action) Log anHttpActionresponse.static StringActionLib.mapRequestToEndpointName(HttpAction action, DataAccessPoint dataAccessPoint) Calculate the operation, given action and data access pointstatic voidActionLib.parse(HttpAction action, org.apache.jena.riot.system.StreamRDF dest, InputStream input, org.apache.jena.riot.Lang lang, String base) Parse RDF content.static voidActionLib.parse(HttpAction action, org.apache.jena.riot.system.StreamRDF dest, org.apache.jena.riot.Lang lang, String base) Parse RDF content.static voidActionLib.parseOrError(HttpAction action, org.apache.jena.riot.system.StreamRDF dest, org.apache.jena.riot.Lang lang, String base) Parse RDF content from the body of the request of the action, ends the request, and sends a 400 if there is a parse error.voidActionBase.process(HttpAction action) Subclasses must overrideexecGet,execPostetc to say which methods they support.default voidActionProcessor.process(HttpAction action) Execute this request.voidActionREST.process(HttpAction action) static UploadDetailsUploadRDF.quadsPutPostNonTxn(HttpAction action, boolean replaceOperation) Load data, without assuming the dataset of an action is transactional - specifically, whether it supports "abort".static UploadDetailsUploadRDF.quadsPutPostNonTxn(HttpAction action, Function<HttpAction, org.apache.jena.sparql.core.DatasetGraph> decideDataset, boolean replaceOperation) Load data, without assuming the dataset of an action is transactional - specifically, whether it supports "abort".static UploadDetailsUploadRDF.quadsPutPostTxn(HttpAction action, boolean replaceOperation) Load data using a transaction into the dataset of an action. if the data is bad, abort the transaction.static UploadDetailsUploadRDF.quadsPutPostTxn(HttpAction action, Function<HttpAction, org.apache.jena.sparql.core.DatasetGraph> decideDataset, boolean replaceOperation) Load data using a transaction into the dataset of an action. if the data is bad, abort the transaction.static org.apache.jena.graph.GraphActionLib.readFromRequest(HttpAction action, org.apache.jena.riot.Lang defaultLang) static StringActionLib.removeContextPath(HttpAction action) static voidServletOps.sendJson(HttpAction action, org.apache.jena.atlas.json.JsonValue jValue) Send a JSON value as a 200 response.static voidServletOps.sendJsonReponse(HttpAction action, org.apache.jena.atlas.json.JsonValue v) Send a JSON value as a 200 response.static voidActionLib.setCommonHeaders(HttpAction action) static voidActionLib.setCommonHeadersForOptions(HttpAction action) static voidServletOps.setNoCache(HttpAction action) static voidServletOps.success(HttpAction action) static voidServletOps.success(HttpAction action, int httpStatusCode) static voidServletOps.successCreated(HttpAction action) static voidServletOps.successNoContent(HttpAction action) static voidServletOps.successNotFound(HttpAction action) static voidServletOps.successPage(HttpAction action, String message) static voidServletOps.uploadResponse(HttpAction action, UploadDetails details) response to a upload operation of some kind.voidActionLifecycle.validate(HttpAction action) The validation step of a requestvoidActionServicePlaceholder.validate(HttpAction action) voidBaseActionREST.validate(HttpAction action) voidGSP_Base.validate(HttpAction action) voidNoOpActionService.validate(HttpAction action) voidPatchApply.validate(HttpAction action) voidSPARQL_Update.validate(HttpAction action) voidSPARQLQueryProcessor.validate(HttpAction action) Validate the request, checking HTTP method and HTTP Parameters.voidUploadRDF.validate(HttpAction action) static voidServletOps.warning(HttpAction action, String string) static voidServletOps.warning(HttpAction action, String string, Throwable thorwable) Method parameters in org.apache.jena.fuseki.servlets with type arguments of type HttpActionModifier and TypeMethodDescriptionstatic UploadDetailsUploadRDF.quadsPutPostNonTxn(HttpAction action, Function<HttpAction, org.apache.jena.sparql.core.DatasetGraph> decideDataset, boolean replaceOperation) Load data, without assuming the dataset of an action is transactional - specifically, whether it supports "abort".static UploadDetailsUploadRDF.quadsPutPostTxn(HttpAction action, Function<HttpAction, org.apache.jena.sparql.core.DatasetGraph> decideDataset, boolean replaceOperation) Load data using a transaction into the dataset of an action. if the data is bad, abort the transaction.Constructors in org.apache.jena.fuseki.servlets with parameters of type HttpActionModifierConstructorDescriptionHttpServletResponseTracker(HttpAction action, jakarta.servlet.http.HttpServletResponse response) -
Uses of HttpAction in org.apache.jena.fuseki.servlets.prefixes
Methods in org.apache.jena.fuseki.servlets.prefixes with parameters of type HttpAction -
Uses of HttpAction in org.apache.jena.fuseki.system
Methods in org.apache.jena.fuseki.system with parameters of type HttpActionModifier and TypeMethodDescriptionstatic org.apache.jena.riot.LangFusekiNetLib.getLangFromAction(HttpAction action, org.apache.jena.riot.Lang dft) Get the incomingLangbased on Content-Type of an action.static UploadDetailsDataUploader.incomingData(HttpAction action, org.apache.jena.riot.system.StreamRDF dest) Parse the body contents to theStreamRDF.