A B C D E G H I 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(HTTPClient, 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(HTTPClient, QueryLanguage, String, String) - Constructor for class org.openrdf.http.client.query.AbstractHTTPUpdate
 

B

BackgroundGraphResult - Class in org.openrdf.http.client
Provides concurrent access to statements as they are being parsed.
BackgroundGraphResult(RDFParser, InputStream, Charset, String, HttpMethod) - Constructor for class org.openrdf.http.client.BackgroundGraphResult
 
BackgroundGraphResult(QueueCursor<Statement>, RDFParser, InputStream, Charset, String, HttpMethod) - 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, HttpMethod) - Constructor for class org.openrdf.http.client.BackgroundTupleResult
 
BackgroundTupleResult(QueueCursor<BindingSet>, TupleQueryResultParser, InputStream, HttpMethod) - 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
 

C

checkException() - Method in class org.openrdf.http.client.QueueCursor
 
checkRepositoryURL() - Method in class org.openrdf.http.client.SesameHTTPClient
 
checkServerURL() - Method in class org.openrdf.http.client.SesameHTTPClient
 
clearNamespaces() - Method in class org.openrdf.http.client.SesameHTTPClient
 

D

deleteRepository(String) - Method in class org.openrdf.http.client.SesameHTTPClient
 
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.HTTPClient
 

G

getAdditionalHttpHeaders() - Method in class org.openrdf.http.client.HTTPClient
 
getBackgroundTupleQueryResult(HttpMethod) - Method in class org.openrdf.http.client.HTTPClient
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(HttpMethodBase) - Method in class org.openrdf.http.client.HTTPClient
Parse the response in this thread using a suitable BooleanQueryResultParser.
getConnectionTimeout() - Method in class org.openrdf.http.client.HTTPClient
Gets the http connection read timeout in milliseconds.
getContextIDs() - Method in class org.openrdf.http.client.SesameHTTPClient
 
getContextIDs(TupleQueryResultHandler) - Method in class org.openrdf.http.client.SesameHTTPClient
 
getErrorInfo(HttpMethod) - Method in class org.openrdf.http.client.HTTPClient
 
getHttpClient() - Method in class org.openrdf.http.client.HTTPClient
 
getHttpClient() - Method in class org.openrdf.http.client.query.AbstractHTTPQuery
Return the HTTPClient to be used for all HTTP based interaction
getHttpClient() - Method in class org.openrdf.http.client.query.AbstractHTTPUpdate
Return the HTTPClient to be used for all HTTP based interaction
getNamespace(String) - Method in class org.openrdf.http.client.SesameHTTPClient
 
getNamespaces() - Method in class org.openrdf.http.client.BackgroundGraphResult
 
getNamespaces() - Method in class org.openrdf.http.client.SesameHTTPClient
 
getNamespaces(TupleQueryResultHandler) - Method in class org.openrdf.http.client.SesameHTTPClient
 
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.HTTPClient
 
getPreferredBooleanQueryResultFormat() - Method in class org.openrdf.http.client.HTTPClient
Gets the preferred BooleanQueryResultFormat for encoding boolean query results.
getPreferredRDFFormat() - Method in class org.openrdf.http.client.HTTPClient
Gets the preferred RDFFormat for encoding RDF documents.
getPreferredTupleQueryResultFormat() - Method in class org.openrdf.http.client.HTTPClient
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.HTTPClient
 
getQueryMethodParameters(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.openrdf.http.client.HTTPClient
 
getQueryString() - Method in class org.openrdf.http.client.query.AbstractHTTPUpdate
 
getQueryURL() - Method in class org.openrdf.http.client.HTTPClient
 
getRDF(HttpMethod, RDFHandler, boolean) - Method in class org.openrdf.http.client.HTTPClient
Parse the response in this thread using the provided RDFHandler.
getRDFBackground(HttpMethodBase, boolean) - Method in class org.openrdf.http.client.HTTPClient
Parse the response in a background thread.
getRepositoryList() - Method in class org.openrdf.http.client.SesameHTTPClient
 
getRepositoryList(TupleQueryResultHandler) - Method in class org.openrdf.http.client.SesameHTTPClient
 
getRepositoryURL() - Method in class org.openrdf.http.client.SesameHTTPClient
 
getResponseMIMEType(HttpMethod) - Method in class org.openrdf.http.client.HTTPClient
Gets the MIME type specified in the response headers of the supplied method, if any.
getServerProtocol() - Method in class org.openrdf.http.client.SesameHTTPClient
 
getServerURL() - Method in class org.openrdf.http.client.SesameHTTPClient
 
getStatements(Resource, URI, Value, boolean, RDFHandler, Resource...) - Method in class org.openrdf.http.client.SesameHTTPClient
 
getTupleQueryResult(HttpMethod, TupleQueryResultHandler) - Method in class org.openrdf.http.client.HTTPClient
Parse the response in this thread using the provided TupleQueryResultHandler.
getUpdateMethod(QueryLanguage, String, String, Dataset, boolean, Binding...) - Method in class org.openrdf.http.client.HTTPClient
 
getUpdateMethodParameters(QueryLanguage, String, String, Dataset, boolean, Binding...) - Method in class org.openrdf.http.client.HTTPClient
 
getUpdateURL() - Method in class org.openrdf.http.client.HTTPClient
 
getUpdateURL() - Method in class org.openrdf.http.client.SesameHTTPClient
 
getValueFactory() - Method in class org.openrdf.http.client.HTTPClient
 

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
 
HTTPClient - Class in org.openrdf.http.client
The HTTP client provides low level HTTP methods for the HTTP communication of the SPARQL repository as well as the HTTP Repository.
HTTPClient() - Constructor for class org.openrdf.http.client.HTTPClient
 
httpClient - Variable in class org.openrdf.http.client.HTTPClient
 

I

initialize() - Method in class org.openrdf.http.client.HTTPClient
(re)initializes the connection manager and HttpClient (if not already done), for example after a shutdown has been invoked earlier.
is2xx(int) - Method in class org.openrdf.http.client.HTTPClient
Checks whether the specified status code is in the 2xx-range, indicating a successfull request.

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

releaseConnection(HttpMethod) - Method in class org.openrdf.http.client.HTTPClient
 
remove() - Method in class org.openrdf.http.client.BackgroundGraphResult
 
removeNamespacePrefix(String) - Method in class org.openrdf.http.client.SesameHTTPClient
 
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.HTTPClient
 
sendBooleanQuery(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.openrdf.http.client.HTTPClient
 
sendGraphQuery(QueryLanguage, String, Dataset, boolean, Binding...) - Method in class org.openrdf.http.client.HTTPClient
 
sendGraphQuery(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.openrdf.http.client.HTTPClient
 
sendGraphQuery(QueryLanguage, String, Dataset, boolean, RDFHandler, Binding...) - Method in class org.openrdf.http.client.HTTPClient
 
sendGraphQuery(QueryLanguage, String, String, Dataset, boolean, int, RDFHandler, Binding...) - Method in class org.openrdf.http.client.HTTPClient
 
sendTransaction(Iterable<? extends TransactionOperation>) - Method in class org.openrdf.http.client.SesameHTTPClient
 
sendTupleQuery(QueryLanguage, String, Dataset, boolean, Binding...) - Method in class org.openrdf.http.client.HTTPClient
 
sendTupleQuery(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.openrdf.http.client.HTTPClient
 
sendTupleQuery(QueryLanguage, String, String, Dataset, boolean, int, TupleQueryResultHandler, Binding...) - Method in class org.openrdf.http.client.HTTPClient
 
sendUpdate(QueryLanguage, String, String, Dataset, boolean, Binding...) - Method in class org.openrdf.http.client.HTTPClient
 
SesameHTTPClient - Class in org.openrdf.http.client
An HTTPClient subclass which bundles special functionality for Sesame remote repositories.
SesameHTTPClient() - Constructor for class org.openrdf.http.client.SesameHTTPClient
 
setAdditionalHttpHeaders(Map<String, String>) - Method in class org.openrdf.http.client.HTTPClient
 
setConnectionTimeout(long) - Method in class org.openrdf.http.client.HTTPClient
Sets the http connection read timeout.
setDoAuthentication(HttpMethod) - Method in class org.openrdf.http.client.HTTPClient
 
setMaxQueryTime(int) - Method in class org.openrdf.http.client.query.AbstractHTTPQuery
 
setNamespacePrefix(String, String) - Method in class org.openrdf.http.client.SesameHTTPClient
 
setParserConfig(ParserConfig) - Method in class org.openrdf.http.client.HTTPClient
Sets the parser configuration used to process HTTP response data.
setPreferredBooleanQueryResultFormat(BooleanQueryResultFormat) - Method in class org.openrdf.http.client.HTTPClient
Sets the preferred format for encoding boolean query results.
setPreferredRDFFormat(RDFFormat) - Method in class org.openrdf.http.client.HTTPClient
Sets the preferred format for encoding RDF documents.
setPreferredTupleQueryResultFormat(TupleQueryResultFormat) - Method in class org.openrdf.http.client.HTTPClient
Sets the preferred format for encoding tuple query results.
setQueryURL(String) - Method in class org.openrdf.http.client.HTTPClient
 
setRepository(String, String) - Method in class org.openrdf.http.client.SesameHTTPClient
 
setRepository(String) - Method in class org.openrdf.http.client.SesameHTTPClient
 
setServerURL(String) - Method in class org.openrdf.http.client.SesameHTTPClient
 
setUpdateURL(String) - Method in class org.openrdf.http.client.HTTPClient
 
setUsernameAndPassword(String, String) - Method in class org.openrdf.http.client.HTTPClient
Set the username and password for authentication with the remote server.
setUsernameAndPassword(String, String) - Method in class org.openrdf.http.client.SesameHTTPClient
 
setUsernameAndPasswordForUrl(String, String, String) - Method in class org.openrdf.http.client.HTTPClient
 
setValueFactory(ValueFactory) - Method in class org.openrdf.http.client.HTTPClient
 
shutDown() - Method in class org.openrdf.http.client.HTTPClient
 
size(Resource...) - Method in class org.openrdf.http.client.SesameHTTPClient
 
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, Resource...) - Method in class org.openrdf.http.client.SesameHTTPClient
 
upload(Reader, String, RDFFormat, boolean, Resource...) - Method in class org.openrdf.http.client.SesameHTTPClient
 
upload(RequestEntity, String, boolean, Resource...) - Method in class org.openrdf.http.client.SesameHTTPClient
 
A B C D E G H I N O P Q R S T U 

Copyright © 2001-2013 Aduna. All Rights Reserved.