Class HTTPUpdate

  • All Implemented Interfaces:
    Operation, Update

    public class HTTPUpdate
    extends AbstractHTTPUpdate
    Update specific to the HTTP protocol. Methods in this class may throw the specific RepositoryException subclass UnautorizedException, the semantics of which is defined by the HTTP protocol.
    Author:
    Jeen Broekstra
    See Also:
    UnauthorizedException
    • Constructor Detail

      • HTTPUpdate

        public HTTPUpdate​(org.eclipse.rdf4j.repository.http.HTTPRepositoryConnection con,
                          QueryLanguage ql,
                          String queryString,
                          String baseURI)