Uses of Class
org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
-
Packages that use AbstractHTTPQuery Package Description org.eclipse.rdf4j.repository.http A repository that serves as a proxy client for a remote repository on an RDF4J Server.org.eclipse.rdf4j.repository.sparql.query -
-
Uses of AbstractHTTPQuery in org.eclipse.rdf4j.repository.http
Subclasses of AbstractHTTPQuery in org.eclipse.rdf4j.repository.http Modifier and Type Class Description class
HTTPBooleanQuery
TupleQuery specific to the HTTP protocol.class
HTTPGraphQuery
GraphQuery implementation specific to the HTTP protocol.class
HTTPTupleQuery
TupleQuery specific to the HTTP protocol. -
Uses of AbstractHTTPQuery in org.eclipse.rdf4j.repository.sparql.query
Subclasses of AbstractHTTPQuery in org.eclipse.rdf4j.repository.sparql.query Modifier and Type Class Description class
SPARQLBooleanQuery
Parses boolean query response from remote stores.class
SPARQLGraphQuery
Parses RDF results in the background.class
SPARQLTupleQuery
Parses tuple results in the background.
-