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, createSparqlSessionorg.apache.http.client.HttpClient getHttpClient()
getHttpClient in interface SesameClientSPARQLProtocolSession createSPARQLProtocolSession(String queryEndpointUrl, String updateEndpointUrl)
createSPARQLProtocolSession in interface SesameClientRDF4JProtocolSession createRDF4JProtocolSession(String serverURL)
createRDF4JProtocolSession in interface SesameClientvoid shutDown()
shutDown in interface SesameClientCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.