| Package | Description |
|---|---|
| org.wildfly.clustering.web.session | |
| org.wildfly.clustering.web.session.oob |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Session<L>
Represents a web session.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableSession |
SessionManager.readSession(String id)
Returns a read-only view of the session with the specified identifier.
|
| Modifier and Type | Method and Description |
|---|---|
S |
HttpSessionFactory.createHttpSession(ImmutableSession session,
C context)
Create an HttpSession specification implementation for the specified session and servlet context.
|
void |
SessionExpirationListener.sessionExpired(ImmutableSession session)
Invoked when the specified session expires.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OOBSession<L,B extends Batch>
Out-of-band session implementation, for use outside the context of a request.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.