Skip navigation links
A B C D E G H I M N O P Q R S T U 

A

AbstractHTTPQuery - Class in org.openrdf.http.client.query
Base class for any Query operation over HTTP.
AbstractHTTPQuery(SparqlSession, QueryLanguage, String, String) - Constructor for class org.openrdf.http.client.query.AbstractHTTPQuery
 
AbstractHTTPUpdate - Class in org.openrdf.http.client.query
Base class for any Update operation over HTTP.
AbstractHTTPUpdate(SparqlSession, QueryLanguage, String, String) - Constructor for class org.openrdf.http.client.query.AbstractHTTPUpdate
 
addData(InputStream, String, RDFFormat, Resource...) - Method in class org.openrdf.http.client.SesameSession
 

B

BackgroundGraphResult - Class in org.openrdf.http.client
Provides concurrent access to statements as they are being parsed.
BackgroundGraphResult(RDFParser, InputStream, Charset, String) - Constructor for class org.openrdf.http.client.BackgroundGraphResult
 
BackgroundGraphResult(QueueCursor<Statement>, RDFParser, InputStream, Charset, String) - Constructor for class org.openrdf.http.client.BackgroundGraphResult
 
BackgroundTupleResult - Class in org.openrdf.http.client
Provides concurrent access to tuple results as they are being parsed.
BackgroundTupleResult(TupleQueryResultParser, InputStream) - Constructor for class org.openrdf.http.client.BackgroundTupleResult
 
BackgroundTupleResult(QueueCursor<BindingSet>, TupleQueryResultParser, InputStream) - Constructor for class org.openrdf.http.client.BackgroundTupleResult
 
baseURI - Variable in class org.openrdf.http.client.query.AbstractHTTPQuery
 
baseURI - Variable in class org.openrdf.http.client.query.AbstractHTTPUpdate
 
beginTransaction(IsolationLevel) - Method in class org.openrdf.http.client.SesameSession
 

C

checkException() - Method in class org.openrdf.http.client.QueueCursor
 
checkRepositoryURL() - Method in class org.openrdf.http.client.SesameSession
 
checkServerURL() - Method in class org.openrdf.http.client.SesameSession
 
clearNamespaces() - Method in class org.openrdf.http.client.SesameSession
 
commitTransaction() - Method in class org.openrdf.http.client.SesameSession
 
createSesameSession(String) - Method in interface org.openrdf.http.client.SesameClient
Creates a new session to the remote Sesame server to manage the auth state.
createSesameSession(String) - Method in class org.openrdf.http.client.SesameClientImpl
 
createSparqlSession(String, String) - Method in interface org.openrdf.http.client.SesameClient
Creates a new session to the remote SPARQL endpoint to manage the auth state.
createSparqlSession(String, String) - Method in class org.openrdf.http.client.SesameClientImpl
 

D

deleteRepository(String) - Method in class org.openrdf.http.client.SesameSession
 
done() - Method in class org.openrdf.http.client.QueueCursor
Indicates the method QueueCursor.put(Object) will not be called in the queue anymore.

E

endQueryResult() - Method in class org.openrdf.http.client.BackgroundTupleResult
 
endRDF() - Method in class org.openrdf.http.client.BackgroundGraphResult
 
execute(Runnable) - Method in class org.openrdf.http.client.SparqlSession
 
execute(HttpUriRequest) - Method in class org.openrdf.http.client.SparqlSession
 
executeNoContent(HttpUriRequest) - Method in class org.openrdf.http.client.SparqlSession
 
executeOK(HttpUriRequest) - Method in class org.openrdf.http.client.SparqlSession
Convenience method to deal with HTTP level errors of tuple, graph and boolean queries in the same way.

G

getAdditionalHttpHeaders() - Method in class org.openrdf.http.client.SparqlSession
Get the additional HTTP headers which will be used
getBackgroundTupleQueryResult(HttpUriRequest) - Method in class org.openrdf.http.client.SparqlSession
Parse the response in a background thread.
getBaseURI() - Method in class org.openrdf.http.client.query.AbstractHTTPUpdate
 
getBindingNames() - Method in class org.openrdf.http.client.BackgroundTupleResult
 
getBindingsArray() - Method in class org.openrdf.http.client.query.AbstractHTTPQuery
 
getBindingsArray() - Method in class org.openrdf.http.client.query.AbstractHTTPUpdate
 
getBoolean(HttpUriRequest) - Method in class org.openrdf.http.client.SparqlSession
Parse the response in this thread using a suitable BooleanQueryResultParser.
getConnectionTimeout() - Method in class org.openrdf.http.client.SparqlSession
Gets the http connection read timeout in milliseconds.
getContextIDs() - Method in class org.openrdf.http.client.SesameSession
 
getContextIDs(TupleQueryResultHandler) - Method in class org.openrdf.http.client.SesameSession
 
getErrorInfo(HttpResponse) - Method in class org.openrdf.http.client.SparqlSession
 
getHttpClient() - Method in interface org.openrdf.http.client.HttpClientDependent
HttpClient that has been assigned or has been used by this object.
getHttpClient() - Method in class org.openrdf.http.client.query.AbstractHTTPQuery
 
getHttpClient() - Method in class org.openrdf.http.client.query.AbstractHTTPUpdate
 
getHttpClient() - Method in interface org.openrdf.http.client.SesameClient
 
getHttpClient() - Method in class org.openrdf.http.client.SesameClientImpl
 
getHttpClient() - Method in class org.openrdf.http.client.SparqlSession
 
getNamespace(String) - Method in class org.openrdf.http.client.SesameSession
 
getNamespaces() - Method in class org.openrdf.http.client.BackgroundGraphResult
 
getNamespaces() - Method in class org.openrdf.http.client.SesameSession
 
getNamespaces(TupleQueryResultHandler) - Method in class org.openrdf.http.client.SesameSession
 
getNextElement() - Method in class org.openrdf.http.client.QueueCursor
Returns the next item in the queue or throws an exception.
getParserConfig() - Method in class org.openrdf.http.client.SparqlSession
 
getPreferredBooleanQueryResultFormat() - Method in class org.openrdf.http.client.SparqlSession
Gets the preferred BooleanQueryResultFormat for encoding boolean query results.
getPreferredRDFFormat() - Method in class org.openrdf.http.client.SparqlSession
Gets the preferred RDFFormat for encoding RDF documents.
getPreferredTupleQueryResultFormat() - Method in class org.openrdf.http.client.SparqlSession
Gets the preferred TupleQueryResultFormat for encoding tuple query results.
getQueryLanguage() - Method in class org.openrdf.http.client.query.AbstractHTTPUpdate
 
getQueryMethod(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.openrdf.http.client.SesameSession
 
getQueryMethod(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.openrdf.http.client.SparqlSession
 
getQueryMethodParameters(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.openrdf.http.client.SparqlSession
 
getQueryString() - Method in class org.openrdf.http.client.query.AbstractHTTPUpdate
 
getQueryURL() - Method in class org.openrdf.http.client.SparqlSession
 
getRDF(HttpUriRequest, RDFHandler, boolean) - Method in class org.openrdf.http.client.SparqlSession
Parse the response in this thread using the provided RDFHandler.
getRDFBackground(HttpUriRequest, boolean) - Method in class org.openrdf.http.client.SparqlSession
Parse the response in a background thread.
getRepositoryList() - Method in class org.openrdf.http.client.SesameSession
 
getRepositoryList(TupleQueryResultHandler) - Method in class org.openrdf.http.client.SesameSession
 
getRepositoryURL() - Method in class org.openrdf.http.client.SesameSession
 
getResponseMIMEType(HttpResponse) - Method in class org.openrdf.http.client.SparqlSession
Gets the MIME type specified in the response headers of the supplied method, if any.
getServerProtocol() - Method in class org.openrdf.http.client.SesameSession
 
getServerURL() - Method in class org.openrdf.http.client.SesameSession
 
getSesameClient() - Method in interface org.openrdf.http.client.SesameClientDependent
SesameClient that has been assigned or has been used by this object.
getStatements(Resource, URI, Value, boolean, RDFHandler, Resource...) - Method in class org.openrdf.http.client.SesameSession
 
getTupleQueryResult(HttpUriRequest, TupleQueryResultHandler) - Method in class org.openrdf.http.client.SparqlSession
Parse the response in this thread using the provided TupleQueryResultHandler.
getUpdateMethod(QueryLanguage, String, String, Dataset, boolean, Binding...) - Method in class org.openrdf.http.client.SesameSession
 
getUpdateMethod(QueryLanguage, String, String, Dataset, boolean, Binding...) - Method in class org.openrdf.http.client.SparqlSession
 
getUpdateMethodParameters(QueryLanguage, String, String, Dataset, boolean, Binding...) - Method in class org.openrdf.http.client.SparqlSession
 
getUpdateURL() - Method in class org.openrdf.http.client.SesameSession
 
getUpdateURL() - Method in class org.openrdf.http.client.SparqlSession
 
getValueFactory() - Method in class org.openrdf.http.client.SparqlSession
 

H

handleBoolean(boolean) - Method in class org.openrdf.http.client.BackgroundTupleResult
 
handleClose() - Method in class org.openrdf.http.client.BackgroundGraphResult
 
handleClose() - Method in class org.openrdf.http.client.BackgroundTupleResult
 
handleClose() - Method in class org.openrdf.http.client.QueueCursor
 
handleComment(String) - Method in class org.openrdf.http.client.BackgroundGraphResult
 
handleLinks(List<String>) - Method in class org.openrdf.http.client.BackgroundTupleResult
 
handleNamespace(String, String) - Method in class org.openrdf.http.client.BackgroundGraphResult
 
handleSolution(BindingSet) - Method in class org.openrdf.http.client.BackgroundTupleResult
 
handleStatement(Statement) - Method in class org.openrdf.http.client.BackgroundGraphResult
 
hasNext() - Method in class org.openrdf.http.client.BackgroundGraphResult
 
HttpClientDependent - Interface in org.openrdf.http.client
Common interface for objects, such as Repository and RepositoryConnection, that are dependent on HttpClient.

I

initialize() - Method in class org.openrdf.http.client.SesameClientImpl
(re)initializes the connection manager and HttpClient (if not already done), for example after a shutdown has been invoked earlier.

M

MAXIMUM_URL_LENGTH - Static variable in class org.openrdf.http.client.SparqlSession
The threshold for URL length, beyond which we use the POST method based on the lowest common denominator for various web servers

N

next() - Method in class org.openrdf.http.client.BackgroundGraphResult
 

O

org.openrdf.http.client - package org.openrdf.http.client
 
org.openrdf.http.client.query - package org.openrdf.http.client.query
 

P

put(E) - Method in class org.openrdf.http.client.QueueCursor
Adds another item to the queue, blocking while the queue is full.

Q

queryLanguage - Variable in class org.openrdf.http.client.query.AbstractHTTPQuery
 
queryLanguage - Variable in class org.openrdf.http.client.query.AbstractHTTPUpdate
 
queryString - Variable in class org.openrdf.http.client.query.AbstractHTTPQuery
 
queryString - Variable in class org.openrdf.http.client.query.AbstractHTTPUpdate
 
QueueCursor<E> - Class in org.openrdf.http.client
Makes working with a queue easier by adding the methods QueueCursor.done() and QueueCursor.toss(Exception) and automatically converting the exception into a QueryEvaluationException with an appropriate stack trace.
QueueCursor(int) - Constructor for class org.openrdf.http.client.QueueCursor
Creates an QueueCursor with the given (fixed) capacity and default access policy.
QueueCursor(int, boolean) - Constructor for class org.openrdf.http.client.QueueCursor
Creates an QueueCursor with the given (fixed) capacity and the specified access policy.

R

remove() - Method in class org.openrdf.http.client.BackgroundGraphResult
 
removeData(InputStream, String, RDFFormat, Resource...) - Method in class org.openrdf.http.client.SesameSession
 
removeNamespacePrefix(String) - Method in class org.openrdf.http.client.SesameSession
 
rollbackTransaction() - Method in class org.openrdf.http.client.SesameSession
 
run() - Method in class org.openrdf.http.client.BackgroundGraphResult
 
run() - Method in class org.openrdf.http.client.BackgroundTupleResult
 

S

sendBooleanQuery(QueryLanguage, String, Dataset, boolean, Binding...) - Method in class org.openrdf.http.client.SparqlSession
 
sendBooleanQuery(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.openrdf.http.client.SparqlSession
 
sendGraphQuery(QueryLanguage, String, Dataset, boolean, Binding...) - Method in class org.openrdf.http.client.SparqlSession
 
sendGraphQuery(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.openrdf.http.client.SparqlSession
 
sendGraphQuery(QueryLanguage, String, Dataset, boolean, RDFHandler, Binding...) - Method in class org.openrdf.http.client.SparqlSession
 
sendGraphQuery(QueryLanguage, String, String, Dataset, boolean, int, RDFHandler, Binding...) - Method in class org.openrdf.http.client.SparqlSession
 
sendTransaction(Iterable<? extends TransactionOperation>) - Method in class org.openrdf.http.client.SesameSession
Deprecated.
since 2.8.0
sendTupleQuery(QueryLanguage, String, Dataset, boolean, Binding...) - Method in class org.openrdf.http.client.SparqlSession
 
sendTupleQuery(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.openrdf.http.client.SparqlSession
 
sendTupleQuery(QueryLanguage, String, String, Dataset, boolean, int, TupleQueryResultHandler, Binding...) - Method in class org.openrdf.http.client.SparqlSession
 
sendUpdate(QueryLanguage, String, String, Dataset, boolean, Binding...) - Method in class org.openrdf.http.client.SparqlSession
 
SesameClient - Interface in org.openrdf.http.client
Manages remote HTP connections.
SesameClientDependent - Interface in org.openrdf.http.client
Common interface for objects, such as Repository and RepositoryConnection, that are dependent on SesameClient.
SesameClientImpl - Class in org.openrdf.http.client
Uses HttpClient to manage HTTP connections.
SesameClientImpl() - Constructor for class org.openrdf.http.client.SesameClientImpl
 
SesameClientImpl(CloseableHttpClient, ExecutorService) - Constructor for class org.openrdf.http.client.SesameClientImpl
 
SesameSession - Class in org.openrdf.http.client
An SparqlSession subclass which bundles special functionality for Sesame remote repositories.
SesameSession(HttpClient, ExecutorService) - Constructor for class org.openrdf.http.client.SesameSession
 
setAdditionalHttpHeaders(Map<String, String>) - Method in class org.openrdf.http.client.SparqlSession
Set additional HTTP headers to be included in every request to the server, which may be required for certain unusual server configurations.
setConnectionTimeout(long) - Method in class org.openrdf.http.client.SparqlSession
Sets the http connection read timeout.
setHttpClient(HttpClient) - Method in interface org.openrdf.http.client.HttpClientDependent
Assign an HttpClient that this object should use.
setHttpClient(HttpClient) - Method in class org.openrdf.http.client.SesameClientImpl
 
setHttpClient(HttpClient) - Method in class org.openrdf.http.client.SparqlSession
 
setMaxExecutionTime(int) - Method in class org.openrdf.http.client.query.AbstractHTTPQuery
 
setNamespacePrefix(String, String) - Method in class org.openrdf.http.client.SesameSession
 
setParserConfig(ParserConfig) - Method in class org.openrdf.http.client.SparqlSession
Sets the parser configuration used to process HTTP response data.
setPreferredBooleanQueryResultFormat(BooleanQueryResultFormat) - Method in class org.openrdf.http.client.SparqlSession
Sets the preferred format for encoding boolean query results.
setPreferredRDFFormat(RDFFormat) - Method in class org.openrdf.http.client.SparqlSession
Sets the preferred format for encoding RDF documents.
setPreferredTupleQueryResultFormat(TupleQueryResultFormat) - Method in class org.openrdf.http.client.SparqlSession
Sets the preferred format for encoding tuple query results.
setQueryURL(String) - Method in class org.openrdf.http.client.SparqlSession
 
setRepository(String) - Method in class org.openrdf.http.client.SesameSession
 
setServerURL(String) - Method in class org.openrdf.http.client.SesameSession
 
setSesameClient(SesameClient) - Method in interface org.openrdf.http.client.SesameClientDependent
Assign an SesameClient that this object should use.
setUpdateURL(String) - Method in class org.openrdf.http.client.SparqlSession
 
setUsernameAndPassword(String, String) - Method in class org.openrdf.http.client.SesameSession
 
setUsernameAndPassword(String, String) - Method in class org.openrdf.http.client.SparqlSession
Set the username and password for authentication with the remote server.
setUsernameAndPasswordForUrl(String, String, String) - Method in class org.openrdf.http.client.SparqlSession
 
setValueFactory(ValueFactory) - Method in class org.openrdf.http.client.SparqlSession
 
shouldUsePost(String) - Method in class org.openrdf.http.client.SparqlSession
Return whether the provided query should use POST (otherwise use GET)
shutDown() - Method in interface org.openrdf.http.client.SesameClient
Closes any remaining TCP connections and threads used by the sessions created by this object.
shutDown() - Method in class org.openrdf.http.client.SesameClientImpl
 
size(Resource...) - Method in class org.openrdf.http.client.SesameSession
 
SparqlSession - Class in org.openrdf.http.client
The SparqlSession provides low level HTTP methods for the HTTP communication of the SPARQL repository as well as the HTTP Repository.
SparqlSession(HttpClient, ExecutorService) - Constructor for class org.openrdf.http.client.SparqlSession
 
startQueryResult(List<String>) - Method in class org.openrdf.http.client.BackgroundTupleResult
 
startRDF() - Method in class org.openrdf.http.client.BackgroundGraphResult
 

T

toss(Exception) - Method in class org.openrdf.http.client.QueueCursor
The next time LookAheadIteration.next() is called this exception will be thrown.
toString() - Method in class org.openrdf.http.client.query.AbstractHTTPQuery
 
toString() - Method in class org.openrdf.http.client.query.AbstractHTTPUpdate
 

U

upload(InputStream, String, RDFFormat, boolean, boolean, Resource...) - Method in class org.openrdf.http.client.SesameSession
 
upload(InputStream, String, RDFFormat, boolean, boolean, Protocol.Action, Resource...) - Method in class org.openrdf.http.client.SesameSession
 
upload(Reader, String, RDFFormat, boolean, boolean, Resource...) - Method in class org.openrdf.http.client.SesameSession
 
upload(Reader, String, RDFFormat, boolean, boolean, Protocol.Action, Resource...) - Method in class org.openrdf.http.client.SesameSession
 
upload(HttpEntity, String, boolean, boolean, Protocol.Action, Resource...) - Method in class org.openrdf.http.client.SesameSession
 
UTF8 - Static variable in class org.openrdf.http.client.SparqlSession
 
A B C D E G H I M N O P Q R S T U 
Skip navigation links

Copyright © 2001-2015 Aduna. All Rights Reserved.