protected class WebFilter.RequestWrapper
extends javax.servlet.http.HttpServletRequestWrapper
| Constructor and Description |
|---|
WebFilter.RequestWrapper(javax.servlet.http.HttpServletRequest req,
WebFilter.ResponseWrapper res) |
| Modifier and Type | Method and Description |
|---|---|
String |
changeSessionId() |
WebFilter.HazelcastHttpSession |
fetchHazelcastSession(boolean create) |
javax.servlet.RequestDispatcher |
getRequestDispatcher(String path) |
javax.servlet.http.HttpSession |
getSession() |
WebFilter.HazelcastHttpSession |
getSession(boolean create) |
void |
setHazelcastSession(WebFilter.HazelcastHttpSession hazelcastSession,
String requestedSessionId) |
authenticate, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole, login, logoutgetAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, isWrapperFor, isWrapperFor, removeAttribute, setAttribute, setCharacterEncoding, setRequest, startAsync, startAsyncclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsyncpublic WebFilter.RequestWrapper(javax.servlet.http.HttpServletRequest req,
WebFilter.ResponseWrapper res)
public void setHazelcastSession(WebFilter.HazelcastHttpSession hazelcastSession, String requestedSessionId)
public javax.servlet.RequestDispatcher getRequestDispatcher(String path)
getRequestDispatcher in interface javax.servlet.ServletRequestgetRequestDispatcher in class javax.servlet.ServletRequestWrapperpublic WebFilter.HazelcastHttpSession fetchHazelcastSession(boolean create)
public javax.servlet.http.HttpSession getSession()
getSession in interface javax.servlet.http.HttpServletRequestgetSession in class javax.servlet.http.HttpServletRequestWrapperpublic WebFilter.HazelcastHttpSession getSession(boolean create)
getSession in interface javax.servlet.http.HttpServletRequestgetSession in class javax.servlet.http.HttpServletRequestWrapperpublic String changeSessionId()
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.