Skip navigation links
C E G H I M N O P R S U V 

C

createHTTPClient() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
Creates a new HTTPClient object.

E

evaluate() - Method in class org.eclipse.rdf4j.repository.http.HTTPBooleanQuery
 
evaluate() - Method in class org.eclipse.rdf4j.repository.http.HTTPGraphQuery
 
evaluate(RDFHandler) - Method in class org.eclipse.rdf4j.repository.http.HTTPGraphQuery
 
evaluate() - Method in class org.eclipse.rdf4j.repository.http.HTTPTupleQuery
 
evaluate(TupleQueryResultHandler) - Method in class org.eclipse.rdf4j.repository.http.HTTPTupleQuery
 
execute() - Method in class org.eclipse.rdf4j.repository.http.HTTPUpdate
 
export(Model) - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryConfig
 

G

getAdditionalHttpHeaders() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
Get the additional HTTP headers which will be used
getCauseAsIOException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPQueryEvaluationException
 
getCauseAsIOException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPUpdateExecutionException
 
getCauseAsMalformedQueryException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPQueryEvaluationException
 
getCauseAsMalformedQueryException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPUpdateExecutionException
 
getCauseAsRepositoryException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPQueryEvaluationException
 
getCauseAsRepositoryException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPUpdateExecutionException
 
getConfig() - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryFactory
 
getConnection() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 
getDataDir() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 
getHttpClient() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 
getHttpClientSessionManager() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 
getPassword() - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryConfig
 
getPreferredRDFFormat() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
Indicates the current preferred RDFFormat.
getPreferredTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
Indicates the current preferred TupleQueryResultFormat.
getRepository(RepositoryImplConfig) - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryFactory
 
getRepositoryType() - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryFactory
Returns the repository's type: openrdf:HTTPRepository.
getRepositoryURL() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 
getURL() - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryConfig
 
getUsername() - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryConfig
 
getValueFactory() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 

H

HTTPBooleanQuery - Class in org.eclipse.rdf4j.repository.http
TupleQuery specific to the HTTP protocol.
HTTPBooleanQuery(HTTPRepositoryConnection, QueryLanguage, String, String) - Constructor for class org.eclipse.rdf4j.repository.http.HTTPBooleanQuery
 
HTTPGraphQuery - Class in org.eclipse.rdf4j.repository.http
GraphQuery implementation specific to the HTTP protocol.
HTTPGraphQuery(HTTPRepositoryConnection, QueryLanguage, String, String) - Constructor for class org.eclipse.rdf4j.repository.http.HTTPGraphQuery
 
HTTPQueryEvaluationException - Exception in org.eclipse.rdf4j.repository.http
 
HTTPQueryEvaluationException(String) - Constructor for exception org.eclipse.rdf4j.repository.http.HTTPQueryEvaluationException
 
HTTPQueryEvaluationException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.repository.http.HTTPQueryEvaluationException
 
HTTPQueryEvaluationException(Throwable) - Constructor for exception org.eclipse.rdf4j.repository.http.HTTPQueryEvaluationException
 
HTTPRepository - Class in org.eclipse.rdf4j.repository.http
A repository that serves as a proxy for a remote repository on a Sesame Server.
HTTPRepository(String, String) - Constructor for class org.eclipse.rdf4j.repository.http.HTTPRepository
 
HTTPRepository(String) - Constructor for class org.eclipse.rdf4j.repository.http.HTTPRepository
 
HTTPRepositoryConfig - Class in org.eclipse.rdf4j.repository.http.config
 
HTTPRepositoryConfig() - Constructor for class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryConfig
 
HTTPRepositoryConfig(String) - Constructor for class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryConfig
 
HTTPRepositoryFactory - Class in org.eclipse.rdf4j.repository.http.config
A RepositoryFactory that creates HTTPRepositorys based on RDF configuration data.
HTTPRepositoryFactory() - Constructor for class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryFactory
 
HTTPRepositorySchema - Class in org.eclipse.rdf4j.repository.http.config
Defines constants for the HTTPRepository schema which is used by HTTPRepositoryFactorys to initialize HTTPRepositorys.
HTTPRepositorySchema() - Constructor for class org.eclipse.rdf4j.repository.http.config.HTTPRepositorySchema
 
HTTPRepositorySettings - Class in org.eclipse.rdf4j.repository.http.helpers
Class encapsulates configuration settings specific for HTTPRepository.
HTTPRepositorySettings() - Constructor for class org.eclipse.rdf4j.repository.http.helpers.HTTPRepositorySettings
 
HTTPTupleQuery - Class in org.eclipse.rdf4j.repository.http
TupleQuery specific to the HTTP protocol.
HTTPTupleQuery(HTTPRepositoryConnection, QueryLanguage, String, String) - Constructor for class org.eclipse.rdf4j.repository.http.HTTPTupleQuery
 
HTTPUpdate - Class in org.eclipse.rdf4j.repository.http
Update specific to the HTTP protocol.
HTTPUpdate(HTTPRepositoryConnection, QueryLanguage, String, String) - Constructor for class org.eclipse.rdf4j.repository.http.HTTPUpdate
 
HTTPUpdateExecutionException - Exception in org.eclipse.rdf4j.repository.http
 
HTTPUpdateExecutionException(String) - Constructor for exception org.eclipse.rdf4j.repository.http.HTTPUpdateExecutionException
 
HTTPUpdateExecutionException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.repository.http.HTTPUpdateExecutionException
 
HTTPUpdateExecutionException(Throwable) - Constructor for exception org.eclipse.rdf4j.repository.http.HTTPUpdateExecutionException
 

I

initializeInternal() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 
isCausedByIOException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPQueryEvaluationException
 
isCausedByIOException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPUpdateExecutionException
 
isCausedByMalformedQueryException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPQueryEvaluationException
 
isCausedByMalformedQueryException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPUpdateExecutionException
 
isCausedByRepositoryException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPQueryEvaluationException
 
isCausedByRepositoryException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPUpdateExecutionException
 
isWritable() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 

M

MAX_STATEMENT_BUFFER_SIZE - Static variable in class org.eclipse.rdf4j.repository.http.helpers.HTTPRepositorySettings
Maximum size (in number of statements) allowed for statement buffers before they are forcibly flushed.

N

NAMESPACE - Static variable in class org.eclipse.rdf4j.repository.http.config.HTTPRepositorySchema
The HTTPRepository schema namespace (http://www.openrdf.org/config/repository/http#).

O

org.eclipse.rdf4j.repository.http - package org.eclipse.rdf4j.repository.http
A repository that serves as a proxy client for a remote repository on an Rdf4j Server.
org.eclipse.rdf4j.repository.http.config - package org.eclipse.rdf4j.repository.http.config
 
org.eclipse.rdf4j.repository.http.helpers - package org.eclipse.rdf4j.repository.http.helpers
 

P

parse(Model, Resource) - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryConfig
 
PASSWORD - Static variable in class org.eclipse.rdf4j.repository.http.config.HTTPRepositorySchema
http://www.openrdf.org/config/repository/http#password

R

REPOSITORY_TYPE - Static variable in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryFactory
The type of repositories that are created by this factory.
REPOSITORYURL - Static variable in class org.eclipse.rdf4j.repository.http.config.HTTPRepositorySchema
http://www.openrdf.org/config/repository/http#repositoryURL

S

setAdditionalHttpHeaders(Map<String, String>) - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
Set additional HTTP headers to be included in every request to the server, which may be required for certain unusual server configurations.
setDataDir(File) - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 
setHttpClient(HttpClient) - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 
setHttpClientSessionManager(HttpClientSessionManager) - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 
setPassword(String) - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryConfig
 
setPreferredRDFFormat(RDFFormat) - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
Sets the preferred serialization format for RDF to the supplied RDFFormat, overriding the SPARQLProtocolSession's default preference.
setPreferredTupleQueryResultFormat(TupleQueryResultFormat) - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
Sets the preferred serialization format for tuple query results to the supplied TupleQueryResultFormat, overriding the SPARQLProtocolSession 's default preference.
setURL(String) - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryConfig
 
setUsername(String) - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryConfig
 
setUsernameAndPassword(String, String) - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
Set the username and password to use for authenticating with the remote repository.
shutDownInternal() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 

U

USERNAME - Static variable in class org.eclipse.rdf4j.repository.http.config.HTTPRepositorySchema
http://www.openrdf.org/config/repository/http#username

V

validate() - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryConfig
 
C E G H I M N O P R S U V 
Skip navigation links

Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.