Package | Description |
---|---|
org.openrdf.http.client |
Modifier and Type | Method and Description |
---|---|
void |
SesameHTTPClient.clearNamespaces() |
protected boolean |
HTTPClient.getBoolean(org.apache.commons.httpclient.HttpMethodBase method)
Parse the response in this thread using a suitable
BooleanQueryResultParser . |
TupleQueryResult |
SesameHTTPClient.getContextIDs() |
void |
SesameHTTPClient.getContextIDs(TupleQueryResultHandler handler) |
String |
SesameHTTPClient.getNamespace(String prefix) |
TupleQueryResult |
SesameHTTPClient.getNamespaces() |
void |
SesameHTTPClient.getNamespaces(TupleQueryResultHandler handler) |
protected void |
HTTPClient.getRDF(org.apache.commons.httpclient.HttpMethod method,
RDFHandler handler,
boolean requireContext)
Parse the response in this thread using the provided
RDFHandler . |
protected BackgroundGraphResult |
HTTPClient.getRDFBackground(org.apache.commons.httpclient.HttpMethodBase method,
boolean requireContext)
Parse the response in a background thread.
|
TupleQueryResult |
SesameHTTPClient.getRepositoryList() |
void |
SesameHTTPClient.getRepositoryList(TupleQueryResultHandler handler) |
String |
SesameHTTPClient.getServerProtocol() |
void |
SesameHTTPClient.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts) |
protected void |
HTTPClient.getTupleQueryResult(org.apache.commons.httpclient.HttpMethod method,
TupleQueryResultHandler handler)
Parse the response in this thread using the provided
TupleQueryResultHandler . |
void |
SesameHTTPClient.removeNamespacePrefix(String prefix) |
boolean |
HTTPClient.sendBooleanQuery(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
Binding... bindings) |
boolean |
HTTPClient.sendBooleanQuery(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
Binding... bindings) |
GraphQueryResult |
HTTPClient.sendGraphQuery(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
Binding... bindings) |
void |
HTTPClient.sendGraphQuery(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
RDFHandler handler,
Binding... bindings) |
GraphQueryResult |
HTTPClient.sendGraphQuery(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
Binding... bindings) |
void |
HTTPClient.sendGraphQuery(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
RDFHandler handler,
Binding... bindings) |
void |
SesameHTTPClient.sendTransaction(Iterable<? extends TransactionOperation> txn) |
TupleQueryResult |
HTTPClient.sendTupleQuery(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
Binding... bindings) |
TupleQueryResult |
HTTPClient.sendTupleQuery(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
Binding... bindings) |
void |
HTTPClient.sendTupleQuery(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
TupleQueryResultHandler handler,
Binding... bindings) |
void |
HTTPClient.sendUpdate(QueryLanguage ql,
String update,
String baseURI,
Dataset dataset,
boolean includeInferred,
Binding... bindings) |
void |
SesameHTTPClient.setNamespacePrefix(String prefix,
String name) |
long |
SesameHTTPClient.size(Resource... contexts) |
void |
SesameHTTPClient.upload(InputStream contents,
String baseURI,
RDFFormat dataFormat,
boolean overwrite,
Resource... contexts) |
void |
SesameHTTPClient.upload(Reader contents,
String baseURI,
RDFFormat dataFormat,
boolean overwrite,
Resource... contexts) |
protected void |
SesameHTTPClient.upload(org.apache.commons.httpclient.methods.RequestEntity reqEntity,
String baseURI,
boolean overwrite,
Resource... contexts) |
Copyright © 2001-2016 Aduna. All Rights Reserved.