Uses of Class
org.apache.jena.rdflink.RDFLinkHTTPBuilder
Packages that use RDFLinkHTTPBuilder
-
Uses of RDFLinkHTTPBuilder in org.apache.jena.rdflink
Methods in org.apache.jena.rdflink that return RDFLinkHTTPBuilderModifier and TypeMethodDescriptionRDFLinkHTTPBuilder.acceptHeaderAskQuery
(String acceptAskHeader) Set the HTTPAccept:
header used to when making a SPARQL Protocol ASK query.RDFLinkHTTPBuilder.acceptHeaderDataset
(String acceptDataset) Set the HTTPAccept:
header used to fetch RDF datasets using HTTP GET operations.RDFLinkHTTPBuilder.acceptHeaderGraph
(String acceptGraph) Set the HTTPAccept:
header used to fetch RDF graph using the SPARQL Graph Store Protocol.RDFLinkHTTPBuilder.acceptHeaderQuery
(String acceptHeader) Set the HTTPAccept:
header used to when making a SPARQL Protocol query if no query type specific setting available.RDFLinkHTTPBuilder.acceptHeaderSelectQuery
(String acceptSelectHeader) Set the HTTPAccept:
header used to when making a SPARQL Protocol SELECT query.RDFLinkHTTPBuilder.creator
(Function<RDFLinkHTTPBuilder, RDFLink> function) Provide an alternative function to make theRDFLink
object.RDFLinkHTTPBuilder.destination
(String destination) URL of the remote SPARQL endpoint.static RDFLinkHTTPBuilder
RDFLinkFuseki.from
(RDFLinkFuseki other) Create a connection builder which is initialized from an existingRDFLinkFuseki
.static RDFLinkHTTPBuilder
RDFLinkHTTP.from
(RDFLinkHTTP base) Create aRDFLinkHTTPBuilder
initialized with the settings of anotherRDFLinkRemote
.RDFLinkHTTPBuilder.gspEndpoint
(String sGSP) Name of the SPARQL GraphStore Protocol endpoint.RDFLinkHTTPBuilder.httpClient
(HttpClient httpClient) Set theHttpClient
fir the connection to tbe builtstatic RDFLinkHTTPBuilder
RDFLinkFactory.newBuilder
(String destination) Create a builder for a connection to a remote location by URL.static RDFLinkHTTPBuilder
RDFLinkFuseki.newBuilder()
Create a connection builder which is initialized for the default Fuseki configuration.static RDFLinkHTTPBuilder
RDFLinkHTTP.newBuilder()
Create aRDFLinkHTTPBuilder
.RDFLinkHTTPBuilder.parseCheckSPARQL
(boolean parseCheck) Set the flag for whether to check SPARQL queries and SPARQL updates provided as a string.RDFLinkHTTPBuilder.quadsFormat
(String langQuads) Set the output format for sending RDF Datasets to the remote server.RDFLinkHTTPBuilder.quadsFormat
(org.apache.jena.riot.Lang langQuads) Set the output format for sending RDF Datasets to the remote server.RDFLinkHTTPBuilder.quadsFormat
(org.apache.jena.riot.RDFFormat fmtQuads) Set the output format for sending RDF Datasets to the remote server.RDFLinkHTTPBuilder.queryEndpoint
(String sQuery) Name of the SPARQL query service.RDFLinkHTTPBuilder.queryOnly()
RDFLinkHTTPBuilder.querySendMode
(org.apache.jena.sparql.exec.http.QuerySendMode sendMode) Set the strategy that determines how to send a query over HTTP.static RDFLinkHTTPBuilder
Create aRDFLinkHTTPBuilder
.RDFLinkHTTPBuilder.triplesFormat
(String langTriples) Set the output format for sending RDF graphs to the remote server.RDFLinkHTTPBuilder.triplesFormat
(org.apache.jena.riot.Lang langTriples) Set the output format for sending RDF graphs to the remote server.RDFLinkHTTPBuilder.triplesFormat
(org.apache.jena.riot.RDFFormat fmtTriples) Set the output format for sending RDF graphs to the remote server.RDFLinkHTTPBuilder.updateEndpoint
(String sUpdate) Name of the SPARQL update service.RDFLinkHTTPBuilder.updateSendMode
(org.apache.jena.sparql.exec.http.UpdateSendMode sendMode) Set the strategy that determines how to send an update request over HTTP.Method parameters in org.apache.jena.rdflink with type arguments of type RDFLinkHTTPBuilderModifier and TypeMethodDescriptionRDFLinkHTTPBuilder.creator
(Function<RDFLinkHTTPBuilder, RDFLink> function) Provide an alternative function to make theRDFLink
object.