Uses of Class
org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Packages that use SPARQLProtocolSession
-
Uses of SPARQLProtocolSession in org.eclipse.rdf4j.http.client
Subclasses of SPARQLProtocolSession in org.eclipse.rdf4j.http.clientModifier and TypeClassDescriptionclass
ASPARQLProtocolSession
subclass which extends the standard SPARQL 1.1 Protocol with additional functionality, as documented in the RDF4J REST API.Methods in org.eclipse.rdf4j.http.client that return SPARQLProtocolSessionModifier and TypeMethodDescriptionHttpClientSessionManager.createSPARQLProtocolSession
(String queryEndpointUrl, String updateEndpointUrl) Creates a new SPARQL Protocol session to the remote SPARQL endpoint.SharedHttpClientSessionManager.createSPARQLProtocolSession
(String queryEndpointUrl, String updateEndpointUrl) -
Uses of SPARQLProtocolSession in org.eclipse.rdf4j.http.client.query
Methods in org.eclipse.rdf4j.http.client.query that return SPARQLProtocolSessionModifier and TypeMethodDescriptionprotected SPARQLProtocolSession
AbstractHTTPQuery.getHttpClient()
protected SPARQLProtocolSession
AbstractHTTPUpdate.getHttpClient()
Constructors in org.eclipse.rdf4j.http.client.query with parameters of type SPARQLProtocolSessionModifierConstructorDescriptionprotected
AbstractHTTPQuery
(SPARQLProtocolSession httpClient, QueryLanguage queryLanguage, String queryString, String baseURI) protected
AbstractHTTPUpdate
(SPARQLProtocolSession httpClient, QueryLanguage queryLanguage, String queryString, String baseURI) -
Uses of SPARQLProtocolSession in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql that return SPARQLProtocolSessionModifier and TypeMethodDescriptionprotected SPARQLProtocolSession
SPARQLRepository.createHTTPClient()
Deprecated.protected SPARQLProtocolSession
SPARQLRepository.createSPARQLProtocolSession()
Creates a newSPARQLProtocolSession
object.Constructors in org.eclipse.rdf4j.repository.sparql with parameters of type SPARQLProtocolSessionModifierConstructorDescriptionSPARQLConnection
(SPARQLRepository repository, SPARQLProtocolSession client) SPARQLConnection
(SPARQLRepository repository, SPARQLProtocolSession client, boolean quadMode) -
Uses of SPARQLProtocolSession in org.eclipse.rdf4j.repository.sparql.query
Constructors in org.eclipse.rdf4j.repository.sparql.query with parameters of type SPARQLProtocolSessionModifierConstructorDescriptionSPARQLBooleanQuery
(SPARQLProtocolSession httpClient, String baseURI, String queryString) SPARQLGraphQuery
(SPARQLProtocolSession httpClient, String baseURI, String queryString) SPARQLTupleQuery
(SPARQLProtocolSession httpClient, String baseUri, String queryString) SPARQLUpdate
(SPARQLProtocolSession httpClient, String baseURI, String queryString)
SPARQLRepository.createSPARQLProtocolSession()
instead