| Package | Description |
|---|---|
| org.wildfly.clustering.web.session | |
| org.wildfly.clustering.web.session.oob |
| Modifier and Type | Method and Description |
|---|---|
Session<L> |
SessionManager.createSession(String id)
Creates a session using the specified identifier.
|
Session<L> |
SessionManager.findSession(String id)
Returns the session with the specified identifier, or null if none exists.
|
| 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.