public interface SesameClient
Modifier and Type | Method and Description |
---|---|
SesameSession |
createSesameSession(String serverURL)
Creates a new session to the remote Sesame server to manage the auth
state.
|
SparqlSession |
createSparqlSession(String queryEndpointUrl,
String updateEndpointUrl)
Creates a new session to the remote SPARQL endpoint to manage the auth
state.
|
org.apache.http.client.HttpClient |
getHttpClient() |
void |
shutDown()
Closes any remaining TCP connections and threads used by the sessions
created by this object.
|
org.apache.http.client.HttpClient getHttpClient()
SparqlSession createSparqlSession(String queryEndpointUrl, String updateEndpointUrl)
SesameSession createSesameSession(String serverURL)
void shutDown()
Copyright © 2001–2016 Aduna. All rights reserved.