Uses of Class
com.franz.agraph.http.handler.AGResponseHandler
Packages that use AGResponseHandler
Package
Description
AllegroGraph Java client HTTP layer for the
AllegroGraph HTTP Protocol, used by
com.franz.agraph.repository
and com.franz.agraph.jena.AllegroGraph Java client HTTP layer response handlers for the
AllegroGraph HTTP Protocol in support of
com.franz.agraph.http.-
Uses of AGResponseHandler in com.franz.agraph.http
Methods in com.franz.agraph.http with parameters of type AGResponseHandlerModifier and TypeMethodDescriptionvoidAGHTTPClient.delete(String url, org.apache.http.Header[] headers, org.apache.http.NameValuePair[] params, AGResponseHandler handler) voidAGHttpRepoClient.evalFreetextQuery(String pattern, String expression, String index, boolean sorted, int limit, int offset, AGResponseHandler handler) voidAGHTTPClient.get(String url, org.apache.http.Header[] headers, org.apache.http.NameValuePair[] params, AGResponseHandler handler) voidAGHttpRepoClient.getGeoBox(String type_uri, String predicate_uri, float xmin, float xmax, float ymin, float ymax, int limit, boolean infer, AGResponseHandler handler) voidAGHttpRepoClient.getGeoCircle(String type_uri, String predicate_uri, float x, float y, float radius, int limit, boolean infer, AGResponseHandler handler) voidAGHttpRepoClient.getGeoHaversine(String type_uri, String predicate_uri, float lat, float lon, float radius, String unit, int limit, boolean infer, AGResponseHandler handler) voidAGHttpRepoClient.getGeoPolygon(String type_uri, String predicate_uri, String polygon, int limit, boolean infer, AGResponseHandler handler) voidAGHttpRepoClient.getStatements(AGResponseHandler handler, String... ids) voidAGHttpRepoClient.getStatements(org.eclipse.rdf4j.model.Resource subj, org.eclipse.rdf4j.model.IRI pred, org.eclipse.rdf4j.model.Value obj, String includeInferred, AGResponseHandler handler, org.eclipse.rdf4j.model.Resource... contexts) voidAGHttpRepoClient.getStatementsCountLimit(int limit, org.eclipse.rdf4j.model.Resource subj, org.eclipse.rdf4j.model.IRI pred, org.eclipse.rdf4j.model.Value obj, String includeInferred, AGResponseHandler handler, org.eclipse.rdf4j.model.Resource... contexts) Retrieves the count of statements matching the provided subject, predicate, object and contexts, but does not read more than a specified number of statements; feeds the result to the response handler.voidAGHttpRepoClient.getStatementsLimit(int limit, org.eclipse.rdf4j.model.Resource subj, org.eclipse.rdf4j.model.IRI pred, org.eclipse.rdf4j.model.Value obj, String includeInferred, AGResponseHandler handler, org.eclipse.rdf4j.model.Resource... contexts) Retrieves up to a specified number of statements matching the provided subject, predicate, object and contexts, and feeds the result to the response handler.voidAGHTTPClient.post(String url, org.apache.http.Header[] headers, org.apache.http.NameValuePair[] params, org.apache.http.HttpEntity requestEntity, AGResponseHandler handler) voidAGHTTPClient.put(String url, org.apache.http.Header[] headers, org.apache.http.NameValuePair[] params, org.apache.http.HttpEntity requestEntity, AGResponseHandler handler) voidAGHttpRepoClient.query(AGQuery q, boolean analyzeOnly, AGResponseHandler handler) -
Uses of AGResponseHandler in com.franz.agraph.http.handler
Subclasses of AGResponseHandler in com.franz.agraph.http.handlerModifier and TypeClassDescriptionclassclassclassA response handler that writes the returned body to a file.classclassclassclassclassA handler that allows access to raw response stream.classclassclassclassSimilar toSPARQLResultsXMLParserbut uses rdf4j-like JSON parsing instead of SAXParser so the results streaming in the http response can be processed in aTupleQueryResultpulling from the JSON stream.classclassSimilar toSPARQLResultsXMLParserbut uses rdf4j-like TSV parsing instead of SAXParser so the results streaming in the http response can be processed in aTupleQueryResultpulling from the TSV stream.classSimilar toSPARQLResultsXMLParserbut usesXMLStreamReaderinstead of SAXParser so the results streaming in the http response can be processed in aTupleQueryResultpulling from the stream.