SessionManagerDependent
instead.@Deprecated public interface SesameClientDependent
Modifier and Type | Method and Description |
---|---|
HttpClientSessionManager |
getHttpClientSessionManager()
Deprecated.
HttpClientSessionManager that has been assigned or has been used by this object. |
default HttpClientSessionManager |
getSesameClient()
Deprecated.
use
getHttpClientSessionManager() instead. |
void |
setHttpClientSessionManager(HttpClientSessionManager client)
Deprecated.
Assign an
HttpClientSessionManager that this object should use. |
default void |
setSesameClient(SesameClient client)
Deprecated.
|
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.HttpClientSessionManager
instance or null@Deprecated default HttpClientSessionManager getSesameClient()
getHttpClientSessionManager()
instead.void 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.client
- @Deprecated default void setSesameClient(SesameClient client)
setHttpClientSessionManager(HttpClientSessionManager)
instead.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.