Package | Description |
---|---|
com.franz.agraph.http.handler |
AllegroGraph Java client HTTP layer response handlers for the
AllegroGraph HTTP Protocol in support of
com.franz.agraph.http . |
Modifier and Type | Class and Description |
---|---|
class |
AGTQRJSONStreamer
Similar to
SPARQLResultsXMLParser
but uses rdf4j-like JSON parsing instead of SAXParser so the results
streaming in the http response can be processed in a
TupleQueryResult pulling from the JSON stream. |
class |
AGTQRTSVStreamer
Similar to
SPARQLResultsXMLParser
but uses rdf4j-like TSV parsing instead of SAXParser so the results
streaming in the http response can be processed in a
TupleQueryResult pulling from the TSV stream. |
class |
AGTQRXMLStreamer
Similar to
SPARQLResultsXMLParser
but uses XMLStreamReader instead of SAXParser so the results
streaming in the http response can be processed in a
TupleQueryResult pulling from the stream. |
Modifier and Type | Method and Description |
---|---|
static AGTQRStreamer |
AGTQRStreamer.createStreamer(TupleQueryResultFormat format,
AGValueFactory vf) |
Copyright © 2021 Franz Inc.. All rights reserved.