Class CookieRequestWrapper
-
- All Implemented Interfaces:
-
jakarta.servlet.ServletRequest,jakarta.servlet.http.HttpServletRequest
public class CookieRequestWrapper extends HttpServletRequestWrapper- Since:
2019-11-29
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public volatile Array<Cookie>cookiespublic ServletRequestrequestpublic final static StringBASIC_AUTHpublic final static StringFORM_AUTHpublic final static StringCLIENT_CERT_AUTHpublic final static StringDIGEST_AUTH
-
Constructor Summary
Constructors Constructor Description CookieRequestWrapper(HttpServletRequest request, Function<Cookie, Cookie> reader)
-
Method Summary
Modifier and Type Method Description Array<Cookie>getCookies()-
Methods inherited from class jakarta.servlet.ServletRequestWrapper
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocalName, getLocalPort, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getProtocolRequestId, getReader, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getRequestId, getScheme, getServerName, getServerPort, getServletConnection, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, isWrapperFor, removeAttribute, setAttribute, setCharacterEncoding, setRequest, startAsync -
Methods inherited from class jakarta.servlet.http.HttpServletRequestWrapper
authenticate, changeSessionId, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getHttpServletMapping, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestURI, getRequestURL, getRequestedSessionId, getServletPath, getSession, getTrailerFields, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isTrailerFieldsReady, isUserInRole, login, logout, newPushBuilder, upgrade -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CookieRequestWrapper
CookieRequestWrapper(HttpServletRequest request, Function<Cookie, Cookie> reader)
-
-
Method Detail
-
getCookies
Array<Cookie> getCookies()
-
-
-
-