| Package | Description |
|---|---|
| org.wildfly.clustering.web.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.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.