| Package | Description |
|---|---|
| org.wildfly.clustering.web.session |
| Modifier and Type | Method and Description |
|---|---|
Session<L> |
SessionManager.createSession(String id)
Returns the session with the specified identifier, creating one if necessary
Sessions returned by this method must be closed via
close(). |
Session<L> |
SessionManager.findSession(String id)
Returns the session with the specified identifier, or null if none exists.
|
| Constructor and Description |
|---|
HttpSessionAdapter(Session<?> session) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.