- 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
-
- 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
-
- SesameClientDependent - Interface in org.eclipse.rdf4j.http.client
-
- SesameClientImpl - Class in org.eclipse.rdf4j.http.client
-
- SesameClientImpl() - Constructor for class org.eclipse.rdf4j.http.client.SesameClientImpl
-
- SesameClientImpl(CloseableHttpClient, ScheduledExecutorService) - Constructor for class org.eclipse.rdf4j.http.client.SesameClientImpl
-
- SesameSession - Class in org.eclipse.rdf4j.http.client
-
- SesameSession(HttpClient, ScheduledExecutorService) - Constructor for class org.eclipse.rdf4j.http.client.SesameSession
-
- 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
-
- setHttpClientSessionManager(HttpClientSessionManager) - Method in interface org.eclipse.rdf4j.http.client.SesameClientDependent
-
Deprecated.
- setHttpClientSessionManager(HttpClientSessionManager) - Method in interface org.eclipse.rdf4j.http.client.SessionManagerDependent
-
- 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
-
- 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
-
- SparqlSession(HttpClient, ExecutorService) - Constructor for class org.eclipse.rdf4j.http.client.SparqlSession
-