| 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.
|
| RouteLocatorBuilder |
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> | |
| SessionManagerFactory |
A factory for creating a session manager.
|
| SessionManagerFactoryBuilder |
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. |
| RouteLocatorBuilderValue |
Dynamically loads the
RouteLocatorBuilder provider via ServiceLoader. |
| SessionManagerFactoryBuilderValue |
Uses a service loader to load the web session clustering service provider.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.