Class HTTPRepositoryConnection

java.lang.Object
org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
org.eclipse.rdf4j.repository.http.HTTPRepositoryConnection
All Implemented Interfaces:
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: