See: Description
Interface | Description |
---|---|
AbstractSessionManager.SessionIf |
Interface that any session wrapper should implement so that
SessionManager may access the Jetty session implementation.
|
Class | Description |
---|---|
AbstractSession |
Implements
HttpSession from the javax.servlet package. |
AbstractSessionIdManager | |
AbstractSessionManager |
An Abstract implementation of SessionManager.
|
HashedSession | |
HashSessionIdManager |
HashSessionIdManager.
|
HashSessionManager |
HashSessionManager
An in-memory implementation of SessionManager.
|
JDBCSessionIdManager |
JDBCSessionIdManager
SessionIdManager implementation that uses a database to store in-use session ids,
to support distributed sessions.
|
JDBCSessionIdManager.DatabaseAdaptor |
DatabaseAdaptor
Handles differences between databases.
|
JDBCSessionIdManager.SessionIdTableSchema |
SessionIdTableSchema
|
JDBCSessionIdManager.SessionTableSchema |
SessionTableSchema
|
JDBCSessionManager |
JDBCSessionManager
SessionManager that persists sessions to a database to enable clustering.
|
MemSession |
MemSession
A session whose data is kept in memory
|
SessionHandler |
SessionHandler.
|
Copyright © 1995-2015 Webtide. All Rights Reserved.