JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
Packages that use
AbstractHTTPUpdate
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
AbstractHTTPUpdate
in
org.eclipse.rdf4j.repository.http
Subclasses of
AbstractHTTPUpdate
in
org.eclipse.rdf4j.repository.http
Modifier and Type
Class
Description
class
HTTPUpdate
Update specific to the HTTP protocol.
Uses of
AbstractHTTPUpdate
in
org.eclipse.rdf4j.repository.sparql.query
Subclasses of
AbstractHTTPUpdate
in
org.eclipse.rdf4j.repository.sparql.query
Modifier and Type
Class
Description
class
SPARQLUpdate
Update operation of the
SPARQLRepository