| Package | Description |
|---|---|
| org.wildfly.clustering.web.undertow.session |
| Modifier and Type | Method and Description |
|---|---|
LocalSessionContext |
LocalSessionContextFactory.createLocalContext() |
| Modifier and Type | Method and Description |
|---|---|
SessionManager<LocalSessionContext,org.wildfly.clustering.ee.Batch> |
DistributableSessionManager.getSessionManager() |
SessionManager<LocalSessionContext,org.wildfly.clustering.ee.Batch> |
DistributableSessionManagerConfiguration.getSessionManager() |
SessionManager<LocalSessionContext,org.wildfly.clustering.ee.Batch> |
UndertowSessionManager.getSessionManager()
Returns underlying distributable session manager implementation.
|
| Modifier and Type | Method and Description |
|---|---|
io.undertow.servlet.api.SessionManagerFactory |
DistributableSessionManagerFactoryBuilder.apply(SessionManagerFactory<LocalSessionContext,org.wildfly.clustering.ee.Batch> factory) |
| Constructor and Description |
|---|
DistributableSession(UndertowSessionManager manager,
Session<LocalSessionContext> session,
io.undertow.server.session.SessionConfig config,
org.wildfly.clustering.ee.Batch batch,
Runnable closeTask) |
DistributableSessionManager(String deploymentName,
SessionManager<LocalSessionContext,org.wildfly.clustering.ee.Batch> manager,
io.undertow.server.session.SessionListeners listeners,
RecordableSessionManagerStatistics statistics) |
DistributableSessionManagerFactory(SessionManagerFactory<LocalSessionContext,org.wildfly.clustering.ee.Batch> factory,
DistributableSessionManagerConfiguration config) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.