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 org.eclipse.rdf4j.repository.sparql ARepository
that serves as a SPARQL endpoint client.org.eclipse.rdf4j.repository.sparql.query -
-
Uses of SPARQLProtocolSession in org.eclipse.rdf4j.http.client
Subclasses of SPARQLProtocolSession in org.eclipse.rdf4j.http.client Modifier and Type Class Description class
RDF4JProtocolSession
ASPARQLProtocolSession
subclass which extends the standard SPARQL 1.1 Protocol with additional functionality, as documented in the RDF4J REST API.Fields in org.eclipse.rdf4j.http.client with type parameters of type SPARQLProtocolSession Modifier and Type Field Description private java.util.Map<SPARQLProtocolSession,java.lang.Boolean>
SharedHttpClientSessionManager. openSessions
Methods in org.eclipse.rdf4j.http.client that return SPARQLProtocolSession Modifier and Type Method Description SPARQLProtocolSession
HttpClientSessionManager. createSPARQLProtocolSession(java.lang.String queryEndpointUrl, java.lang.String updateEndpointUrl)
Creates a new SPARQL Protocol session to the remote SPARQL endpoint.SPARQLProtocolSession
SharedHttpClientSessionManager. createSPARQLProtocolSession(java.lang.String queryEndpointUrl, java.lang.String updateEndpointUrl)
-
Uses of SPARQLProtocolSession in org.eclipse.rdf4j.http.client.query
Fields in org.eclipse.rdf4j.http.client.query declared as SPARQLProtocolSession Modifier and Type Field Description private SPARQLProtocolSession
AbstractHTTPQuery. httpClient
private SPARQLProtocolSession
AbstractHTTPUpdate. httpClient
Methods in org.eclipse.rdf4j.http.client.query that return SPARQLProtocolSession Modifier and Type Method Description protected SPARQLProtocolSession
AbstractHTTPQuery. getHttpClient()
protected SPARQLProtocolSession
AbstractHTTPUpdate. getHttpClient()
Constructors in org.eclipse.rdf4j.http.client.query with parameters of type SPARQLProtocolSession Constructor Description AbstractHTTPQuery(SPARQLProtocolSession httpClient, QueryLanguage queryLanguage, java.lang.String queryString, java.lang.String baseURI)
AbstractHTTPUpdate(SPARQLProtocolSession httpClient, QueryLanguage queryLanguage, java.lang.String queryString, java.lang.String baseURI)
-
Uses of SPARQLProtocolSession in org.eclipse.rdf4j.repository.sparql
Fields in org.eclipse.rdf4j.repository.sparql declared as SPARQLProtocolSession Modifier and Type Field Description private SPARQLProtocolSession
SPARQLConnection. client
Methods in org.eclipse.rdf4j.repository.sparql that return SPARQLProtocolSession Modifier and Type Method Description protected SPARQLProtocolSession
SPARQLRepository. createHTTPClient()
Deprecated.useSPARQLRepository.createSPARQLProtocolSession()
insteadprotected SPARQLProtocolSession
SPARQLRepository. createSPARQLProtocolSession()
Creates a newSPARQLProtocolSession
object.Constructors in org.eclipse.rdf4j.repository.sparql with parameters of type SPARQLProtocolSession Constructor Description SPARQLConnection(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 SPARQLProtocolSession Constructor Description SPARQLBooleanQuery(SPARQLProtocolSession httpClient, java.lang.String baseURI, java.lang.String queryString)
SPARQLGraphQuery(SPARQLProtocolSession httpClient, java.lang.String baseURI, java.lang.String queryString)
SPARQLTupleQuery(SPARQLProtocolSession httpClient, java.lang.String baseUri, java.lang.String queryString)
SPARQLUpdate(SPARQLProtocolSession httpClient, java.lang.String baseURI, java.lang.String queryString)
-