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
.-
ClassDescriptionA response handler that writes the returned body to a file.A handler that allows access to raw response stream.Similar to
SPARQLResultsXMLParser
but uses rdf4j-like JSON parsing instead of SAXParser so the results streaming in the http response can be processed in aTupleQueryResult
pulling from the JSON stream.Similar toSPARQLResultsXMLParser
but uses rdf4j-like TSV parsing instead of SAXParser so the results streaming in the http response can be processed in aTupleQueryResult
pulling from the TSV stream.Similar toSPARQLResultsXMLParser
but usesXMLStreamReader
instead of SAXParser so the results streaming in the http response can be processed in aTupleQueryResult
pulling from the stream.