Uses of Class
com.franz.agraph.http.AGHTTPClient
Packages that use 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
Methods in com.franz.agraph.http that return AGHTTPClientConstructors in com.franz.agraph.http with parameters of type AGHTTPClientModifierConstructorDescriptionAGHttpRepoClient
(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
Methods in com.franz.agraph.repository that return AGHTTPClientModifier and TypeMethodDescriptionAGCatalog.getHTTPClient()
AGRepository.getHTTPClient()
AGServer.getHTTPClient()
Returns the AGHTTPClient instance for this server.AGValueFactory.getHTTPClient()
Constructors in com.franz.agraph.repository with parameters of type AGHTTPClientModifierConstructorDescriptionAGServer
(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.