| Interface and Description |
|---|
| org.eclipse.rdf4j.http.client.SesameClient
use
HttpClientSessionManager instead. |
| org.eclipse.rdf4j.http.client.SesameClientDependent
use
SessionManagerDependent instead. |
| Class and Description |
|---|
| org.eclipse.rdf4j.http.client.BackgroundGraphResult
Use
BackgroundGraphResult instead. |
| org.eclipse.rdf4j.http.client.BackgroundTupleResult
Use
BackgroundTupleResult instead. |
| org.eclipse.rdf4j.http.client.QueueCursor
Use
QueueCursor instead |
| org.eclipse.rdf4j.http.client.SesameClientImpl
use
SharedHttpClientSessionManager instead |
| org.eclipse.rdf4j.http.client.SesameSession
use
RDF4JProtocolSession instead. |
| org.eclipse.rdf4j.http.client.SparqlSession
use
SPARQLProtocolSession instead. |
| Field and Description |
|---|
| org.eclipse.rdf4j.http.client.SPARQLProtocolSession.MAXIMUM_URL_LENGTH
use
SPARQLProtocolSession.DEFAULT_MAXIMUM_URL_LENGTH instead. |
| Method and Description |
|---|
| org.eclipse.rdf4j.http.client.SesameClient.createSesameSession(String)
use
SesameClient.createRDF4JProtocolSession(String) instead. |
| org.eclipse.rdf4j.http.client.SesameClient.createSparqlSession(String, String) |
| org.eclipse.rdf4j.http.client.SesameClientDependent.getSesameClient()
use
SesameClientDependent.getHttpClientSessionManager() instead. |
| org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager.initialize()
Create a new instance instead of trying to reactivate an old instance.
|
| org.eclipse.rdf4j.http.client.RDF4JProtocolSession.sendTransaction(Iterable<? extends TransactionOperation>)
since 2.8.0
|
| org.eclipse.rdf4j.http.client.SesameClientDependent.setSesameClient(SesameClient)
use
#setHttpClientSessionManager() instead. |
| Constructor and Description |
|---|
| org.eclipse.rdf4j.http.client.SesameClientImpl()
use
SharedHttpClientSessionManager instead. |
| org.eclipse.rdf4j.http.client.SesameClientImpl(CloseableHttpClient, ScheduledExecutorService)
use
SharedHttpClientSessionManager instead. |
| org.eclipse.rdf4j.http.client.SesameSession(HttpClient, ScheduledExecutorService)
use
RDF4JProtocolSession instead. |
| org.eclipse.rdf4j.http.client.SparqlSession(HttpClient, ExecutorService)
use
SPARQLProtocolSession instead. |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.