Interface | Description |
---|---|
CreateHttpSessionOperation |
Operation to obtain details of creating a new
HttpSession within the
HttpSessionStore . |
FreshHttpSession |
Newly created
HttpSession requiring a session Id. |
HttpSessionIdGenerator |
Generates the
HttpSession Id. |
HttpSessionStore |
Provides a store (or cache) of
HttpSession instances. |
InvalidateHttpSessionOperation |
Operation to obtain details of invalidating a
HttpSession within the
HttpSessionStore . |
RetrieveHttpSessionOperation |
Operation to obtain details of retrieving a
HttpSession from the
HttpSessionStore . |
StoreHttpSessionOperation |
Operation to obtain details of storing the
HttpSession within the
HttpSessionStore . |
Copyright © 2005–2016. All rights reserved.