Class HTTPRepositoryConnection

  • All Implemented Interfaces:
    java.lang.AutoCloseable, HttpClientDependent, RepositoryConnection

    class HTTPRepositoryConnection
    extends AbstractRepositoryConnection
    implements HttpClientDependent
    RepositoryConnection that communicates with a server using the HTTP protocol. Methods in this class may throw the specific RepositoryException subclasses UnautorizedException and NotAllowedException, the semantics of which are defined by the HTTP protocol.
    See Also:
    UnauthorizedException, org.eclipse.rdf4j.http.protocol.NotAllowedException