Uses of Class
org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Packages that use SPARQLProtocolSession Package Description org.eclipse.rdf4j.http.client org.eclipse.rdf4j.http.client.query -
-
Uses of SPARQLProtocolSession in org.eclipse.rdf4j.http.client
Subclasses of SPARQLProtocolSession in org.eclipse.rdf4j.http.client Modifier and Type Class Description classRDF4JProtocolSessionASPARQLProtocolSessionsubclass 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 SPARQLProtocolSession Modifier and Type Method Description SPARQLProtocolSessionHttpClientSessionManager. createSPARQLProtocolSession(String queryEndpointUrl, String updateEndpointUrl)Creates a new SPARQL Protocol session to the remote SPARQL endpoint.SPARQLProtocolSessionSharedHttpClientSessionManager. 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 SPARQLProtocolSession Modifier and Type Method Description protected SPARQLProtocolSessionAbstractHTTPQuery. getHttpClient()protected SPARQLProtocolSessionAbstractHTTPUpdate. getHttpClient()Constructors in org.eclipse.rdf4j.http.client.query with parameters of type SPARQLProtocolSession Constructor Description AbstractHTTPQuery(SPARQLProtocolSession httpClient, QueryLanguage queryLanguage, String queryString, String baseURI)AbstractHTTPUpdate(SPARQLProtocolSession httpClient, QueryLanguage queryLanguage, String queryString, String baseURI)
-