HttpClientSessionManager
instead.@Deprecated public interface SesameClient
Modifier and Type | Method and Description |
---|---|
RDF4JProtocolSession |
createRDF4JProtocolSession(String serverURL)
Deprecated.
Creates a new session to the remote Sesame server to manage the auth state.
|
default RDF4JProtocolSession |
createSesameSession(String serverURL)
Deprecated.
use
createRDF4JProtocolSession(String) instead. |
SPARQLProtocolSession |
createSPARQLProtocolSession(String queryEndpointUrl,
String updateEndpointUrl)
Deprecated.
Creates a new session to the remote SPARQL endpoint to manage the auth state.
|
default SPARQLProtocolSession |
createSparqlSession(String queryEndpointUrl,
String updateEndpointUrl)
Deprecated.
use
createSPARQLProtocolSession(String, String) instead. |
org.apache.http.client.HttpClient |
getHttpClient()
Deprecated.
|
void |
shutDown()
Deprecated.
Closes any remaining connections and threads used by the sessions created by this object.
|
org.apache.http.client.HttpClient getHttpClient()
SPARQLProtocolSession createSPARQLProtocolSession(String queryEndpointUrl, String updateEndpointUrl)
@Deprecated default SPARQLProtocolSession createSparqlSession(String queryEndpointUrl, String updateEndpointUrl)
createSPARQLProtocolSession(String, String)
instead.RDF4JProtocolSession createRDF4JProtocolSession(String serverURL)
@Deprecated default RDF4JProtocolSession createSesameSession(String serverURL)
createRDF4JProtocolSession(String)
instead.void shutDown()
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.