S - the specification type for the HttpSessionC - the specification type for the ServletContextpublic interface HttpSessionFactory<S,C>
| Modifier and Type | Method and Description |
|---|---|
S |
createHttpSession(ImmutableSession session,
C context)
Create an HttpSession specification implementation for the specified session and servlet context.
|
S createHttpSession(ImmutableSession session, C context)
session - a sessioncontext - a servlet contextCopyright © 2020 JBoss by Red Hat. All rights reserved.