public interface HttpClientSessionManager extends SesameClient
HttpClient
.Modifier and Type | Method and Description |
---|---|
RDF4JProtocolSession |
createRDF4JProtocolSession(String serverURL)
Creates a new session to the remote RDF4J REST API.
|
SPARQLProtocolSession |
createSPARQLProtocolSession(String queryEndpointUrl,
String updateEndpointUrl)
Creates a new SPARQL Protocol session to the remote SPARQL endpoint.
|
org.apache.http.client.HttpClient |
getHttpClient() |
void |
shutDown()
Closes any remaining connections and threads used by the sessions created by this object.
|
createSesameSession, createSparqlSession
org.apache.http.client.HttpClient getHttpClient()
getHttpClient
in interface SesameClient
SPARQLProtocolSession createSPARQLProtocolSession(String queryEndpointUrl, String updateEndpointUrl)
createSPARQLProtocolSession
in interface SesameClient
RDF4JProtocolSession createRDF4JProtocolSession(String serverURL)
createRDF4JProtocolSession
in interface SesameClient
void shutDown()
shutDown
in interface SesameClient
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.