public interface SessionProvider
| Modifier and Type | Method and Description |
|---|---|
net.openhft.chronicle.network.api.session.SessionDetails |
get() |
void |
remove()
There is no longer any valid session detaisl and get() will return null.
|
void |
set(net.openhft.chronicle.network.api.session.SessionDetails sessionDetails)
Replace the session details
|
@Nullable net.openhft.chronicle.network.api.session.SessionDetails get()
void set(@NotNull
net.openhft.chronicle.network.api.session.SessionDetails sessionDetails)
sessionDetails - to set tovoid remove()
Copyright © 2015. All rights reserved.