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.Fields in org.eclipse.rdf4j.http.client with type parameters of type SPARQLProtocolSessionModifier and TypeFieldDescriptionprivate final Map
<SPARQLProtocolSession, Boolean> SharedHttpClientSessionManager.openSessions
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
Fields in org.eclipse.rdf4j.http.client.query declared as SPARQLProtocolSessionModifier and TypeFieldDescriptionprivate final SPARQLProtocolSession
AbstractHTTPQuery.httpClient
private final SPARQLProtocolSession
AbstractHTTPUpdate.httpClient
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
Fields in org.eclipse.rdf4j.repository.sparql declared as SPARQLProtocolSessionMethods 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