Uses of Class
com.franz.agraph.http.AGHTTPClient
Package
Description
AllegroGraph Java client HTTP layer for the
AllegroGraph HTTP Protocol, used by
com.franz.agraph.repository
and com.franz.agraph.jena
.Implementation of the
RDF4J API
with extensions for
AllegroGraph features.
-
Uses of AGHTTPClient in com.franz.agraph.http
ModifierConstructorDescriptionAGHttpRepoClient
(AGAbstractRepository repo, AGHTTPClient client, String repoRoot, String sessionRoot) AGHttpRepoClient
(AGAbstractRepository repo, AGHTTPClient client, String repoRoot, String sessionRoot, ScheduledExecutorService executor) -
Uses of AGHTTPClient in com.franz.agraph.repository
Modifier and TypeMethodDescriptionAGCatalog.getHTTPClient()
AGRepository.getHTTPClient()
AGServer.getHTTPClient()
Returns the AGHTTPClient instance for this server.AGValueFactory.getHTTPClient()
ModifierConstructorDescriptionAGServer
(AGHTTPClient httpClient) Creates an instance for interacting with an AllegroGraph server.AGServer
(String username, String password, AGHTTPClient httpClient) Creates an instance for interacting with an AllegroGraph server.