| Package | Description |
|---|---|
| org.eclipse.rdf4j.http.client |
| Modifier and Type | Class and Description |
|---|---|
class |
SesameClientImpl
Deprecated.
use
SharedHttpClientSessionManager instead |
class |
SharedHttpClientSessionManager
A Manager for HTTP sessions that uses a shared
HttpClient to manage HTTP connections. |
| Modifier and Type | Method and Description |
|---|---|
HttpClientSessionManager |
SessionManagerDependent.getHttpClientSessionManager()
HttpClientSessionManager that has been assigned or has been used by this object. |
HttpClientSessionManager |
SesameClientDependent.getHttpClientSessionManager()
Deprecated.
HttpClientSessionManager that has been assigned or has been used by this object. |
default HttpClientSessionManager |
SesameClientDependent.getSesameClient()
Deprecated.
use
SesameClientDependent.getHttpClientSessionManager() instead. |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionManagerDependent.setHttpClientSessionManager(HttpClientSessionManager client)
Assign an
HttpClientSessionManager that this object should use. |
void |
SesameClientDependent.setHttpClientSessionManager(HttpClientSessionManager client)
Deprecated.
Assign an
HttpClientSessionManager that this object should use. |
Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.