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,Batch> |
DistributableSessionManager.getSessionManager() |
SessionManager<LocalSessionContext,Batch> |
UndertowSessionManager.getSessionManager()
Returns underlying distributable session manager implementation.
|
Constructor and Description |
---|
DistributableSession(UndertowSessionManager manager,
Session<LocalSessionContext> session,
io.undertow.server.session.SessionConfig config,
Batch batch) |
DistributableSessionManager(String deploymentName,
SessionManager<LocalSessionContext,Batch> manager,
io.undertow.server.session.SessionListeners listeners,
RecordableSessionManagerStatistics statistics) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.