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 | |
RoutingSupport |
Exposes the mechanism for parsing and formation routing information from/into a requested session identifier.
|
Session<L> |
Represents a web session.
|
SessionAttributes |
Exposes accesses to the attributes of a session.
|
SessionContext |
Context exposed to the session.
|
SessionIdentifierFactory |
Factory for creating unique session identifiers
|
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. |
SessionManagerFactoryBuilderValue |
Uses a service loader to load the web session clustering service provider.
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.