Uses of Class
com.franz.agraph.http.handler.AGTQRStreamer
Package
Description
AllegroGraph Java client HTTP layer response handlers for the
AllegroGraph HTTP Protocol in support of
com.franz.agraph.http
.-
Uses of AGTQRStreamer in com.franz.agraph.http.handler
Modifier and TypeClassDescriptionclass
Similar toSPARQLResultsXMLParser
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.class
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.class
Similar toSPARQLResultsXMLParser
but usesXMLStreamReader
instead of SAXParser so the results streaming in the http response can be processed in aTupleQueryResult
pulling from the stream.Modifier and TypeMethodDescriptionstatic AGTQRStreamer
AGTQRStreamer.createStreamer
(TupleQueryResultFormat format, AGValueFactory vf)