| Package | Description |
|---|---|
| org.apache.jena.rdfconnection |
| Modifier and Type | Method and Description |
|---|---|
RDFConnectionRemoteBuilder |
RDFConnectionRemoteBuilder.acceptHeaderAskQuery(String acceptAskHeader)
Set the HTTP
Accept: header used to when making a SPARQL Protocol ASK query. |
RDFConnectionRemoteBuilder |
RDFConnectionRemoteBuilder.acceptHeaderDataset(String acceptDataset)
Set the HTTP
Accept: header used to fetch RDF datasets using HTTP GET operations. |
RDFConnectionRemoteBuilder |
RDFConnectionRemoteBuilder.acceptHeaderGraph(String acceptGraph)
Set the HTTP
Accept: header used to fetch RDF graph using the SPARQL Graph Store Protocol. |
RDFConnectionRemoteBuilder |
RDFConnectionRemoteBuilder.acceptHeaderQuery(String acceptHeader)
Set the HTTP
Accept: header used to when making a
SPARQL Protocol query if no query type specific setting available. |
RDFConnectionRemoteBuilder |
RDFConnectionRemoteBuilder.acceptHeaderSelectQuery(String acceptSelectHeader)
Set the HTTP
Accept: header used to when making a SPARQL Protocol SELECT query. |
static RDFConnectionRemoteBuilder |
RDFConnectionFuseki.create()
Create a connection builder which is initialized for the default Fuseki
configuration.
|
static RDFConnectionRemoteBuilder |
RDFConnectionRemote.create()
Create a
RDFConnectionRemoteBuilder. |
static RDFConnectionRemoteBuilder |
RDFConnectionFuseki.create(RDFConnectionFuseki other)
Create a connection builder which is initialized from an existing
RDFConnectionFuseki. |
static RDFConnectionRemoteBuilder |
RDFConnectionRemote.create(RDFConnectionRemote base)
Create a
RDFConnectionRemoteBuilder initialized with the
settings of another RDFConnectionRemote. |
RDFConnectionRemoteBuilder |
RDFConnectionRemoteBuilder.creator(Function<RDFConnectionRemoteBuilder,RDFConnection> function)
Provide an alternative function to make the
RDFConnection object. |
RDFConnectionRemoteBuilder |
RDFConnectionRemoteBuilder.destination(String destination)
URL of the remote SPARQL endpoint.
|
RDFConnectionRemoteBuilder |
RDFConnectionRemoteBuilder.gspEndpoint(String sGSP)
Name of the SPARQL GraphStore Protocol endpoint.
|
RDFConnectionRemoteBuilder |
RDFConnectionRemoteBuilder.httpClient(org.apache.http.client.HttpClient httpClient)
Set the
HttpClient fir the connection to tbe built |
RDFConnectionRemoteBuilder |
RDFConnectionRemoteBuilder.httpContext(org.apache.http.protocol.HttpContext httpContext)
Set the
HttpContext for the connection to tbe built |
RDFConnectionRemoteBuilder |
RDFConnectionRemoteBuilder.parseCheckSPARQL(boolean parseCheck)
Set the flag for whether to check SPARQL queries and SPARQL updates provided as a string.
|
RDFConnectionRemoteBuilder |
RDFConnectionRemoteBuilder.quadsFormat(Lang langQuads)
Set the output format for sending RDF Datasets to the remote server.
|
RDFConnectionRemoteBuilder |
RDFConnectionRemoteBuilder.quadsFormat(RDFFormat fmtQuads)
Set the output format for sending RDF Datasets to the remote server.
|
RDFConnectionRemoteBuilder |
RDFConnectionRemoteBuilder.quadsFormat(String langQuads)
Set the output format for sending RDF Datasets to the remote server.
|
RDFConnectionRemoteBuilder |
RDFConnectionRemoteBuilder.queryEndpoint(String sQuery)
Name of the SPARQL query service.
|
RDFConnectionRemoteBuilder |
RDFConnectionRemoteBuilder.triplesFormat(Lang langTriples)
Set the output format for sending RDF graphs to the remote server.
|
RDFConnectionRemoteBuilder |
RDFConnectionRemoteBuilder.triplesFormat(RDFFormat fmtTriples)
Set the output format for sending RDF graphs to the remote server.
|
RDFConnectionRemoteBuilder |
RDFConnectionRemoteBuilder.triplesFormat(String langTriples)
Set the output format for sending RDF graphs to the remote server.
|
RDFConnectionRemoteBuilder |
RDFConnectionRemoteBuilder.updateEndpoint(String sUpdate)
Name of the SPARQL update service.
|
| Modifier and Type | Method and Description |
|---|---|
RDFConnectionRemoteBuilder |
RDFConnectionRemoteBuilder.creator(Function<RDFConnectionRemoteBuilder,RDFConnection> function)
Provide an alternative function to make the
RDFConnection object. |
Licenced under the Apache License, Version 2.0