public interface SessionManagerDependent extends SesameClientDependent
HttpClientSessionManager
.Modifier and Type | Method and Description |
---|---|
HttpClientSessionManager |
getHttpClientSessionManager()
HttpClientSessionManager that has been assigned or has been used by this object. |
void |
setHttpClientSessionManager(HttpClientSessionManager client)
Assign an
HttpClientSessionManager that this object should use. |
getSesameClient, setSesameClient
HttpClientSessionManager getHttpClientSessionManager()
HttpClientSessionManager
that has been assigned or has been used by this object. The life cycle might not
be or might be tied to this object, depending on whether HttpClientSessionManager
was passed to or
created by this object respectively.getHttpClientSessionManager
in interface SesameClientDependent
HttpClientSessionManager
instance or nullvoid setHttpClientSessionManager(HttpClientSessionManager client)
HttpClientSessionManager
that this object should use. The life cycle of the given
HttpClientSessionManager
is independent of this object. Closing or shutting down this object does not
have any impact on the given client. Callers must ensure that the given client is properly closed elsewhere.setHttpClientSessionManager
in interface SesameClientDependent
client
- Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.