Package com.franz.agraph.http.handler
package com.franz.agraph.http.handler
AllegroGraph Java client HTTP layer response handlers for the
AllegroGraph HTTP Protocol in support of
com.franz.agraph.http.-
ClassesClassDescriptionA response handler that writes the returned body to a file.A handler that allows access to raw response stream.Similar to
SPARQLResultsXMLParserbut 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.Similar 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.Similar toSPARQLResultsXMLParserbut usesXMLStreamReaderinstead of SAXParser so the results streaming in the http response can be processed in aTupleQueryResultpulling from the stream.