Uses of Class
com.franz.agraph.http.handler.AGTQRStreamer
Packages that use 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
Subclasses of AGTQRStreamer in com.franz.agraph.http.handlerModifier 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.Methods in com.franz.agraph.http.handler that return AGTQRStreamerModifier and TypeMethodDescriptionstatic AGTQRStreamer
AGTQRStreamer.createStreamer
(TupleQueryResultFormat format, AGValueFactory vf)