Package | Description |
---|---|
com.franz.agraph.http |
AllegroGraph Java client HTTP layer for the
AllegroGraph HTTP Protocol, used by
com.franz.agraph.repository
and com.franz.agraph.jena . |
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 | Method and Description |
---|---|
void |
AGHTTPClient.delete(String url,
org.apache.commons.httpclient.Header[] headers,
org.apache.commons.httpclient.NameValuePair[] params,
AGResponseHandler handler) |
void |
AGHttpRepoClient.evalFreetextQuery(String pattern,
String expression,
String index,
boolean sorted,
int limit,
int offset,
AGResponseHandler handler) |
void |
AGHTTPClient.get(String url,
org.apache.commons.httpclient.Header[] headers,
org.apache.commons.httpclient.NameValuePair[] params,
AGResponseHandler handler) |
void |
AGHttpRepoClient.getGeoBox(String type_uri,
String predicate_uri,
float xmin,
float xmax,
float ymin,
float ymax,
int limit,
boolean infer,
AGResponseHandler handler) |
void |
AGHttpRepoClient.getGeoCircle(String type_uri,
String predicate_uri,
float x,
float y,
float radius,
int limit,
boolean infer,
AGResponseHandler handler) |
void |
AGHttpRepoClient.getGeoHaversine(String type_uri,
String predicate_uri,
float lat,
float lon,
float radius,
String unit,
int limit,
boolean infer,
AGResponseHandler handler) |
void |
AGHttpRepoClient.getGeoPolygon(String type_uri,
String predicate_uri,
String polygon,
int limit,
boolean infer,
AGResponseHandler handler) |
void |
AGHTTPClient.post(String url,
org.apache.commons.httpclient.Header[] headers,
org.apache.commons.httpclient.NameValuePair[] params,
org.apache.commons.httpclient.methods.RequestEntity requestEntity,
AGResponseHandler handler) |
void |
AGHTTPClient.put(String url,
org.apache.commons.httpclient.Header[] headers,
org.apache.commons.httpclient.NameValuePair[] params,
org.apache.commons.httpclient.methods.RequestEntity requestEntity,
AGResponseHandler handler) |
void |
AGHttpRepoClient.query(AGQuery q,
boolean analyzeOnly,
AGResponseHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
AGBQRHandler |
class |
AGErrorHandler |
class |
AGJSONArrayHandler |
class |
AGJSONHandler |
class |
AGLongHandler |
class |
AGRDFHandler |
class |
AGStringHandler |
class |
AGTQRHandler |
class |
AGTQRStreamer
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. |
Copyright © 2017 Franz Inc.. All rights reserved.