Package net.officefloor.web.session.spi
-
Interface Summary Interface Description CreateHttpSessionOperation Operation to obtain details of creating a newHttpSession
within theHttpSessionStore
.FreshHttpSession Newly createdHttpSession
requiring a session Id.HttpSessionIdGenerator Generates theHttpSession
Id.HttpSessionStore Provides a store (or cache) ofHttpSession
instances.InvalidateHttpSessionOperation Operation to obtain details of invalidating aHttpSession
within theHttpSessionStore
.RetrieveHttpSessionOperation Operation to obtain details of retrieving aHttpSession
from theHttpSessionStore
.StoreHttpSessionOperation Operation to obtain details of storing theHttpSession
within theHttpSessionStore
.