Modifier and Type | Method and Description |
---|---|
void |
HttpServletContainerImpl.service(ServerHttpConnection connection,
HttpRequestState attributes,
HttpSession session,
HttpServletSecurity security,
TaskContext<?,?,?> taskContext,
ServicerMapping mapping) |
void |
HttpServletContainer.service(ServerHttpConnection connection,
HttpRequestState attributes,
HttpSession session,
HttpServletSecurity security,
TaskContext<?,?,?> taskContext,
ServicerMapping mapping)
Services the
HttpRequest of the ServerHttpConnection . |
Constructor and Description |
---|
HttpSessionImpl(HttpSession session,
long lastAccessTime,
Clock clock,
javax.servlet.ServletContext context)
Initiate.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletHttpSession
|
Modifier and Type | Method and Description |
---|---|
static void |
HttpRouteTask.doRedirect(String applicationUriPath,
boolean isSecure,
ServerHttpConnection connection,
HttpApplicationLocation location,
HttpRequestState requestState,
HttpSession session)
Undertakes a redirect.
|
static boolean |
HttpUrlContinuation.reinstateRequest(String attributeKey,
ServerHttpConnection connection,
HttpRequestState requestState,
HttpSession session)
Reinstates the request.
|
static void |
HttpUrlContinuation.saveRequest(String attributeKey,
ServerHttpConnection connection,
HttpRequestState requestState,
HttpSession session)
Saves the request state into the
HttpSession to allow being
reinstated later (possibly by a new ProcessState ). |
Modifier and Type | Method and Description |
---|---|
HttpSession |
TaskLogoutContext.getSession()
Obtains the
HttpSession . |
HttpSession |
HttpRatifyContext.getSession()
Obtains the
HttpSession . |
HttpSession |
HttpLogoutContext.getSession()
Obtains the
HttpSession . |
HttpSession |
HttpChallengeContext.getSession()
Obtains the
HttpSession . |
HttpSession |
HttpAuthenticateContext.getSession()
Obtains the
HttpSession . |
Modifier and Type | Field and Description |
---|---|
HttpSession |
StatefulDependencyMetaData.httpSession
HttpSession for providing Field . |
Copyright © 2005–2016. All rights reserved.