Package | Description |
---|---|
org.eclipse.rdf4j.http.client | |
org.eclipse.rdf4j.repository.http |
A repository that serves as a proxy client for a remote repository on an Rdf4j Server.
|
Modifier and Type | Class and Description |
---|---|
class |
SesameSession
Deprecated.
use
RDF4JProtocolSession instead. |
Modifier and Type | Method and Description |
---|---|
RDF4JProtocolSession |
SharedHttpClientSessionManager.createRDF4JProtocolSession(String serverURL) |
RDF4JProtocolSession |
HttpClientSessionManager.createRDF4JProtocolSession(String serverURL)
Creates a new session to the remote RDF4J REST API.
|
RDF4JProtocolSession |
SesameClient.createRDF4JProtocolSession(String serverURL)
Deprecated.
Creates a new session to the remote Sesame server to manage the auth state.
|
default RDF4JProtocolSession |
SesameClient.createSesameSession(String serverURL)
Deprecated.
use
SesameClient.createRDF4JProtocolSession(String) instead. |
Modifier and Type | Method and Description |
---|---|
protected RDF4JProtocolSession |
HTTPRepository.createHTTPClient()
Creates a new HTTPClient object.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.