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

A

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

B

BackgroundGraphResult - Class in org.eclipse.rdf4j.http.client
Deprecated.
BackgroundGraphResult(RDFParser, InputStream, Charset, String) - Constructor for class org.eclipse.rdf4j.http.client.BackgroundGraphResult
Deprecated.
 
BackgroundGraphResult(QueueCursor<Statement>, RDFParser, InputStream, Charset, String) - Constructor for class org.eclipse.rdf4j.http.client.BackgroundGraphResult
Deprecated.
 
BackgroundResultExecutor - Class in org.eclipse.rdf4j.http.client
 
BackgroundResultExecutor(ExecutorService) - Constructor for class org.eclipse.rdf4j.http.client.BackgroundResultExecutor
 
BackgroundTupleResult - Class in org.eclipse.rdf4j.http.client
Deprecated.
BackgroundTupleResult(TupleQueryResultParser, InputStream) - Constructor for class org.eclipse.rdf4j.http.client.BackgroundTupleResult
Deprecated.
 
BackgroundTupleResult(QueueCursor<BindingSet>, TupleQueryResultParser, InputStream) - Constructor for class org.eclipse.rdf4j.http.client.BackgroundTupleResult
Deprecated.
 
baseURI - Variable in class org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
 
baseURI - Variable in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
 
beginTransaction(IsolationLevel) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 

C

checkRepositoryURL() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
checkServerURL() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
clearNamespaces() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
close() - Method in class org.eclipse.rdf4j.http.client.BackgroundResultExecutor
Force close any executing background result parsers
close() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
commitTransaction() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
convert(Exception) - Method in class org.eclipse.rdf4j.http.client.QueueCursor
Deprecated.
 
createRDF4JProtocolSession(String) - Method in interface org.eclipse.rdf4j.http.client.HttpClientSessionManager
Creates a new session to the remote RDF4J REST API.
createRDF4JProtocolSession(String) - Method in interface org.eclipse.rdf4j.http.client.SesameClient
Deprecated.
Creates a new session to the remote Sesame server to manage the auth state.
createRDF4JProtocolSession(String) - Method in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
 
createSesameSession(String) - Method in interface org.eclipse.rdf4j.http.client.SesameClient
createSPARQLProtocolSession(String, String) - Method in interface org.eclipse.rdf4j.http.client.HttpClientSessionManager
Creates a new SPARQL Protocol session to the remote SPARQL endpoint.
createSPARQLProtocolSession(String, String) - Method in interface org.eclipse.rdf4j.http.client.SesameClient
Deprecated.
Creates a new session to the remote SPARQL endpoint to manage the auth state.
createSPARQLProtocolSession(String, String) - Method in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
 
createSparqlSession(String, String) - Method in interface org.eclipse.rdf4j.http.client.SesameClient

D

DEFAULT_MAXIMUM_URL_LENGTH - Static variable in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
The default value of the threshold for URL length, beyond which we use the POST method for SPARQL query requests.
deleteRepository(String) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 

E

execute(HttpUriRequest) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
executeNoContent(HttpUriRequest) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
executeOK(HttpUriRequest) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Convenience method to deal with HTTP level errors of tuple, graph and boolean queries in the same way.

G

getAdditionalHttpHeaders() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Get the additional HTTP headers which will be used
getBackgroundTupleQueryResult(HttpUriRequest) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Parse the response in a background thread.
getBaseURI() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
 
getBindingsArray() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
 
getBindingsArray() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
 
getBoolean(HttpUriRequest) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Parse the response in this thread using a suitable BooleanQueryResultParser.
getConnectionTimeout() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Gets the http connection read timeout in milliseconds.
getContextIDs() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getContextIDs(TupleQueryResultHandler) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getErrorInfo(HttpResponse) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
getHttpClient() - Method in interface org.eclipse.rdf4j.http.client.HttpClientDependent
HttpClient that has been assigned or has been used by this object.
getHttpClient() - Method in interface org.eclipse.rdf4j.http.client.HttpClientSessionManager
 
getHttpClient() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
 
getHttpClient() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
 
getHttpClient() - Method in interface org.eclipse.rdf4j.http.client.SesameClient
Deprecated.
 
getHttpClient() - Method in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
 
getHttpClient() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
getHttpClientSessionManager() - Method in interface org.eclipse.rdf4j.http.client.SesameClientDependent
Deprecated.
HttpClientSessionManager that has been assigned or has been used by this object.
getHttpClientSessionManager() - Method in interface org.eclipse.rdf4j.http.client.SessionManagerDependent
HttpClientSessionManager that has been assigned or has been used by this object.
getNamespace(String) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getNamespaces() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getNamespaces(TupleQueryResultHandler) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getParserConfig() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
getPreferredBooleanQueryResultFormat() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Gets the preferred BooleanQueryResultFormat for encoding boolean query results.
getPreferredRDFFormat() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Gets the preferred RDFFormat for encoding RDF documents.
getPreferredTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Gets the preferred TupleQueryResultFormat for encoding tuple query results.
getQueryLanguage() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
 
getQueryMethod(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getQueryMethod(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
getQueryMethodParameters(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getQueryMethodParameters(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
getQueryString() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
 
getQueryURL() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
getRDF(HttpUriRequest, RDFHandler, boolean) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Parse the response in this thread using the provided RDFHandler.
getRDFBackground(HttpUriRequest, boolean) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Parse the response in a background thread.
getRepositoryList() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getRepositoryList(TupleQueryResultHandler) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getRepositoryURL() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getResponseMIMEType(HttpResponse) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Gets the MIME type specified in the response headers of the supplied method, if any.
getServerProtocol() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getServerURL() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getSesameClient() - Method in interface org.eclipse.rdf4j.http.client.SesameClientDependent
getSSLTrustAllHttpClientBuilder() - Static method in class org.eclipse.rdf4j.http.client.util.HttpClientBuilders
Return an HttpClientBuilder that can be used to build an HttpClient which trusts all certificates (particularly including self-signed certificates).
getStatements(Resource, IRI, Value, boolean, RDFHandler, Resource...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getTupleQueryResult(HttpUriRequest, TupleQueryResultHandler) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Parse the response in this thread using the provided TupleQueryResultHandler.
getUpdateMethod(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getUpdateMethod(QueryLanguage, String, String, Dataset, boolean, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
getUpdateMethod(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
getUpdateMethodParameters(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getUpdateMethodParameters(QueryLanguage, String, String, Dataset, boolean, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
getUpdateMethodParameters(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
getUpdateURL() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getUpdateURL() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
getValueFactory() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 

H

HttpClientBuilders - Class in org.eclipse.rdf4j.http.client.util
Convenience utility class offering helper methods to configure HttpClients and HttpClientBuilders.
HttpClientBuilders() - Constructor for class org.eclipse.rdf4j.http.client.util.HttpClientBuilders
 
HttpClientDependent - Interface in org.eclipse.rdf4j.http.client
Common interface for objects, such as Repository and RepositoryConnection, that are dependent on HttpClient.
HttpClientSessionManager - Interface in org.eclipse.rdf4j.http.client
Manager for remote HTTP sessions using a HttpClient.

I

initialize() - Method in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
Deprecated.
Create a new instance instead of trying to reactivate an old instance.

M

MAXIMUM_URL_LENGTH - Static variable in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
MAXIMUM_URL_LENGTH_PARAM - Static variable in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
System property for configuration of URL length threshold: rdf4j.sparql.url.maxlength.

O

org.eclipse.rdf4j.http.client - package org.eclipse.rdf4j.http.client
 
org.eclipse.rdf4j.http.client.query - package org.eclipse.rdf4j.http.client.query
 
org.eclipse.rdf4j.http.client.util - package org.eclipse.rdf4j.http.client.util
 

P

parse(TupleQueryResultParser, InputStream) - Method in class org.eclipse.rdf4j.http.client.BackgroundResultExecutor
 
parse(RDFParser, InputStream, Charset, String) - Method in class org.eclipse.rdf4j.http.client.BackgroundResultExecutor
 

Q

queryLanguage - Variable in class org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
 
queryLanguage - Variable in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
 
queryString - Variable in class org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
 
queryString - Variable in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
 
QueueCursor<E> - Class in org.eclipse.rdf4j.http.client
Deprecated.
Use QueueCursor instead
QueueCursor(int) - Constructor for class org.eclipse.rdf4j.http.client.QueueCursor
Deprecated.
Creates an QueueCursor with the given (fixed) capacity and default access policy.
QueueCursor(int, boolean) - Constructor for class org.eclipse.rdf4j.http.client.QueueCursor
Deprecated.
Creates an QueueCursor with the given (fixed) capacity and the specified access policy.

R

RDF4JProtocolSession - Class in org.eclipse.rdf4j.http.client
A SPARQLProtocolSession subclass which extends the standard SPARQL 1.1 Protocol with additional functionality, as documented in the RDF4J REST API.
RDF4JProtocolSession(HttpClient, ScheduledExecutorService) - Constructor for class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
removeData(InputStream, String, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
removeNamespacePrefix(String) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
rollbackTransaction() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 

S

sendBooleanQuery(QueryLanguage, String, Dataset, boolean, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
sendBooleanQuery(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
sendGraphQuery(QueryLanguage, String, Dataset, boolean, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
sendGraphQuery(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
sendGraphQuery(QueryLanguage, String, Dataset, boolean, RDFHandler, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
sendGraphQuery(QueryLanguage, String, String, Dataset, boolean, int, RDFHandler, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
sendTransaction(Iterable<? extends TransactionOperation>) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
Deprecated.
since 2.8.0
sendTupleQuery(QueryLanguage, String, Dataset, boolean, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
sendTupleQuery(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
sendTupleQuery(QueryLanguage, String, String, Dataset, boolean, int, TupleQueryResultHandler, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
sendUpdate(QueryLanguage, String, String, Dataset, boolean, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
sendUpdate(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
SesameClient - Interface in org.eclipse.rdf4j.http.client
Deprecated.
SesameClientDependent - Interface in org.eclipse.rdf4j.http.client
Deprecated.
SesameClientImpl - Class in org.eclipse.rdf4j.http.client
Deprecated.
SesameClientImpl() - Constructor for class org.eclipse.rdf4j.http.client.SesameClientImpl
Deprecated.
SesameClientImpl(CloseableHttpClient, ScheduledExecutorService) - Constructor for class org.eclipse.rdf4j.http.client.SesameClientImpl
Deprecated.
SesameSession - Class in org.eclipse.rdf4j.http.client
Deprecated.
SesameSession(HttpClient, ScheduledExecutorService) - Constructor for class org.eclipse.rdf4j.http.client.SesameSession
Deprecated.
SessionManagerDependent - Interface in org.eclipse.rdf4j.http.client
Common interface for objects, such as Repository and RepositoryConnection, that are dependent on HttpClientSessionManager.
setAdditionalHttpHeaders(Map<String, String>) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
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.eclipse.rdf4j.http.client.SPARQLProtocolSession
Sets the http connection read timeout.
setHttpClient(HttpClient) - Method in interface org.eclipse.rdf4j.http.client.HttpClientDependent
Assign an HttpClient that this object should use.
setHttpClient(HttpClient) - Method in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
 
setHttpClient(HttpClient) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
setHttpClientBuilder(HttpClientBuilder) - Method in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
Set an optional HttpClientBuilder to create the inner SharedHttpClientSessionManager.httpClient (if the latter is not provided externally as dependent client).
setHttpClientSessionManager(HttpClientSessionManager) - Method in interface org.eclipse.rdf4j.http.client.SesameClientDependent
Deprecated.
Assign an HttpClientSessionManager that this object should use.
setHttpClientSessionManager(HttpClientSessionManager) - Method in interface org.eclipse.rdf4j.http.client.SessionManagerDependent
Assign an HttpClientSessionManager that this object should use.
setMaxExecutionTime(int) - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
 
setNamespacePrefix(String, String) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
setParserConfig(ParserConfig) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Sets the parser configuration used to process HTTP response data.
setPreferredBooleanQueryResultFormat(BooleanQueryResultFormat) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Sets the preferred format for encoding boolean query results.
setPreferredRDFFormat(RDFFormat) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Sets the preferred format for encoding RDF documents.
setPreferredTupleQueryResultFormat(TupleQueryResultFormat) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Sets the preferred format for encoding tuple query results.
setQueryURL(String) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
setRepository(String) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
setServerURL(String) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
setSesameClient(SesameClient) - Method in interface org.eclipse.rdf4j.http.client.SesameClientDependent
Deprecated.
use #setHttpClientSessionManager() instead.
setUpdateURL(String) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
setUsernameAndPassword(String, String) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
setUsernameAndPassword(String, String) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Set the username and password for authentication with the remote server.
setUsernameAndPasswordForUrl(String, String, String) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
setValueFactory(ValueFactory) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
SharedHttpClientSessionManager - Class in org.eclipse.rdf4j.http.client
A Manager for HTTP sessions that uses a shared HttpClient to manage HTTP connections.
SharedHttpClientSessionManager() - Constructor for class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
 
SharedHttpClientSessionManager(CloseableHttpClient, ScheduledExecutorService) - Constructor for class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
 
shouldUsePost(String) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Return whether the provided query should use POST (otherwise use GET)
shutDown() - Method in interface org.eclipse.rdf4j.http.client.HttpClientSessionManager
Closes any remaining connections and threads used by the sessions created by this object.
shutDown() - Method in interface org.eclipse.rdf4j.http.client.SesameClient
Deprecated.
Closes any remaining connections and threads used by the sessions created by this object.
shutDown() - Method in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
 
size(Resource...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
SPARQLProtocolSession - Class in org.eclipse.rdf4j.http.client
The SPARQLProtocolSession provides low level HTTP methods for communication with SPARQL endpoints.
SPARQLProtocolSession(HttpClient, ExecutorService) - Constructor for class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
SparqlSession - Class in org.eclipse.rdf4j.http.client
Deprecated.
SparqlSession(HttpClient, ExecutorService) - Constructor for class org.eclipse.rdf4j.http.client.SparqlSession
Deprecated.

T

toString() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
 
toString() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
 

U

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

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