Class RemoteRepositoryManager

java.lang.Object
org.eclipse.rdf4j.repository.manager.RepositoryManager
org.eclipse.rdf4j.repository.manager.RemoteRepositoryManager
All Implemented Interfaces:
HttpClientDependent, RepositoryResolver

public class RemoteRepositoryManager extends RepositoryManager
A manager for Repositorys that reside on a remote server. This repository manager allows one to access repositories over HTTP similar to how local repositories are accessed using the LocalRepositoryManager.
Author:
Arjohn Kampman