public class VanillaSessionProvider extends Object implements SessionProvider, View
| Constructor and Description |
|---|
VanillaSessionProvider() |
| 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
|
public net.openhft.chronicle.network.api.session.SessionDetails get()
get in interface SessionProviderpublic void set(net.openhft.chronicle.network.api.session.SessionDetails sessionDetails)
SessionProviderset in interface SessionProvidersessionDetails - to set topublic void remove()
SessionProviderremove in interface SessionProviderCopyright © 2015. All rights reserved.