| Interface | Description |
|---|---|
| ImmutableSession |
Represents an immutable view of a web session.
|
| ImmutableSessionAttributes |
Provides read-only access to a session's attributes.
|
| ImmutableSessionMetaData |
Abstraction for immutable meta information about a web session.
|
| RouteLocator |
Locates the route appropriate for a given session identifier.
|
| RouteLocatorBuilderProvider |
Builds a
RouteLocator service. |
| Session<L> |
Represents a web session.
|
| SessionAttributes |
Exposes accesses to the attributes of a session.
|
| SessionContext |
Context exposed to the session.
|
| SessionManager<L,B extends Batch> | |
| SessionManagerConfiguration |
Encapsulates the configuration of a session manager.
|
| SessionManagerFactory<B extends Batch> |
A factory for creating a session manager.
|
| SessionManagerFactoryBuilderProvider<B extends Batch> |
Interface for building a session manager factory.
|
| SessionMetaData |
Abstraction for meta information about a web session.
|
| Class | Description |
|---|---|
| HttpSessionAdapter |
Adapts a
Session to the HttpSession interface invoking the appropriate events
on HttpSessionAdapter.setAttribute(String, Object) and HttpSessionAdapter.removeAttribute(String). |
| ImmutableHttpSessionAdapter |
Adapts an
ImmutableSession to the HttpSession interface. |
| Enum | Description |
|---|---|
| SessionManagerConfiguration.SessionAttributePersistenceStrategy |
Copyright © 2015 JBoss by Red Hat. All rights reserved.