| Package | Description |
|---|---|
| org.wildfly.clustering.web.infinispan.session | |
| org.wildfly.clustering.web.session | |
| org.wildfly.clustering.web.undertow.session |
| Modifier and Type | Class and Description |
|---|---|
class |
InfinispanImmutableSession
Generic immutable session implementation - independent of cache mapping strategy.
|
class |
InfinispanSession<L>
Generic session implementation - independent of cache mapping strategy.
|
class |
SimpleImmutableSession
An immutable "snapshot" of a session which can be accessed outside the scope of a transaction.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableSession |
InfinispanSessionFactory.createImmutableSession(String id,
Map.Entry<InfinispanSessionMetaData<L>,V> entry) |
ImmutableSession |
SessionFactory.createImmutableSession(String id,
Map.Entry<MV,AV> value) |
ImmutableSession |
InfinispanSessionManager.viewSession(String id) |
| Modifier and Type | Method and Description |
|---|---|
Recordable<ImmutableSession> |
InfinispanSessionManagerConfiguration.getInactiveSessionRecorder() |
| Constructor and Description |
|---|
SimpleImmutableSession(ImmutableSession session) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Session<L>
Represents a web session.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableSession |
SessionManager.viewSession(String id)
Returns a read-only view of the session with the specified identifier.
|
| Modifier and Type | Method and Description |
|---|---|
Recordable<ImmutableSession> |
SessionManagerConfiguration.getInactiveSessionRecorder() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionExpirationListener.sessionExpired(ImmutableSession session)
Invoked when the specified session expires.
|
| Constructor and Description |
|---|
ImmutableHttpSessionAdapter(ImmutableSession session,
javax.servlet.ServletContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordableInactiveSessionStatistics.record(ImmutableSession session) |
void |
UndertowSessionExpirationListener.sessionExpired(ImmutableSession session) |
| Constructor and Description |
|---|
DistributableImmutableSession(io.undertow.server.session.SessionManager manager,
ImmutableSession session) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.