Uses of Interface
net.officefloor.web.session.spi.CreateHttpSessionOperation
-
Packages that use CreateHttpSessionOperation Package Description net.officefloor.web.session.spi net.officefloor.web.session.store -
-
Uses of CreateHttpSessionOperation in net.officefloor.web.session.spi
Methods in net.officefloor.web.session.spi with parameters of type CreateHttpSessionOperation Modifier and Type Method Description void
HttpSessionStore. createHttpSession(CreateHttpSessionOperation operation)
Triggers creating new details for aHttpSession
. -
Uses of CreateHttpSessionOperation in net.officefloor.web.session.store
Methods in net.officefloor.web.session.store with parameters of type CreateHttpSessionOperation Modifier and Type Method Description void
MemoryHttpSessionStore. createHttpSession(CreateHttpSessionOperation operation)
-