RDFLinkHTTPBuilder |
RDFLinkHTTPBuilder.acceptHeaderAskQuery(java.lang.String acceptAskHeader) |
Set the HTTP Accept: header used to when making a SPARQL Protocol ASK query.
|
RDFLinkHTTPBuilder |
RDFLinkHTTPBuilder.acceptHeaderDataset(java.lang.String acceptDataset) |
Set the HTTP Accept: header used to fetch RDF datasets using HTTP GET operations.
|
RDFLinkHTTPBuilder |
RDFLinkHTTPBuilder.acceptHeaderGraph(java.lang.String acceptGraph) |
Set the HTTP Accept: header used to fetch RDF graph using the SPARQL Graph Store Protocol.
|
RDFLinkHTTPBuilder |
RDFLinkHTTPBuilder.acceptHeaderQuery(java.lang.String acceptHeader) |
Set the HTTP Accept: header used to when making a
SPARQL Protocol query if no query type specific setting available.
|
RDFLinkHTTPBuilder |
RDFLinkHTTPBuilder.acceptHeaderSelectQuery(java.lang.String acceptSelectHeader) |
Set the HTTP Accept: header used to when making a SPARQL Protocol SELECT query.
|
RDFLinkHTTPBuilder |
RDFLinkHTTPBuilder.creator(java.util.function.Function<RDFLinkHTTPBuilder,RDFLink> function) |
Provide an alternative function to make the RDFLink object.
|
RDFLinkHTTPBuilder |
RDFLinkHTTPBuilder.destination(java.lang.String destination) |
URL of the remote SPARQL endpoint.
|
static RDFLinkHTTPBuilder |
RDFLinkFuseki.from(RDFLinkFuseki other) |
Create a connection builder which is initialized from an existing RDFLinkFuseki.
|
static RDFLinkHTTPBuilder |
RDFLinkHTTP.from(RDFLinkHTTP base) |
|
RDFLinkHTTPBuilder |
RDFLinkHTTPBuilder.gspEndpoint(java.lang.String sGSP) |
Name of the SPARQL GraphStore Protocol endpoint.
|
RDFLinkHTTPBuilder |
RDFLinkHTTPBuilder.httpClient(java.net.http.HttpClient httpClient) |
Set the HttpClient fir the connection to tbe built
|
static RDFLinkHTTPBuilder |
RDFLinkFactory.newBuilder(java.lang.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() |
|
RDFLinkHTTPBuilder |
RDFLinkHTTPBuilder.parseCheckSPARQL(boolean parseCheck) |
Set the flag for whether to check SPARQL queries and SPARQL updates provided as a string.
|
RDFLinkHTTPBuilder |
RDFLinkHTTPBuilder.quadsFormat(java.lang.String langQuads) |
Set the output format for sending RDF Datasets to the remote server.
|
RDFLinkHTTPBuilder |
RDFLinkHTTPBuilder.quadsFormat(Lang langQuads) |
Set the output format for sending RDF Datasets to the remote server.
|
RDFLinkHTTPBuilder |
RDFLinkHTTPBuilder.quadsFormat(RDFFormat fmtQuads) |
Set the output format for sending RDF Datasets to the remote server.
|
RDFLinkHTTPBuilder |
RDFLinkHTTPBuilder.queryEndpoint(java.lang.String sQuery) |
Name of the SPARQL query service.
|
RDFLinkHTTPBuilder |
RDFLinkHTTPBuilder.queryOnly() |
|
static RDFLinkHTTPBuilder |
RDFLinkHTTP.service(java.lang.String destinationURL) |
|
RDFLinkHTTPBuilder |
RDFLinkHTTPBuilder.triplesFormat(java.lang.String langTriples) |
Set the output format for sending RDF graphs to the remote server.
|
RDFLinkHTTPBuilder |
RDFLinkHTTPBuilder.triplesFormat(Lang langTriples) |
Set the output format for sending RDF graphs to the remote server.
|
RDFLinkHTTPBuilder |
RDFLinkHTTPBuilder.triplesFormat(RDFFormat fmtTriples) |
Set the output format for sending RDF graphs to the remote server.
|
RDFLinkHTTPBuilder |
RDFLinkHTTPBuilder.updateEndpoint(java.lang.String sUpdate) |
Name of the SPARQL update service.
|