Class DomainRequestWrapper
-
- All Implemented Interfaces:
-
jakarta.servlet.ServletRequest,jakarta.servlet.http.HttpServletRequest
public class DomainRequestWrapper extends HttpServletRequestWrapper- Since:
2019-11-29
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public ServletRequestrequestpublic final static StringBASIC_AUTHpublic final static StringFORM_AUTHpublic final static StringCLIENT_CERT_AUTHpublic final static StringDIGEST_AUTH
-
Constructor Summary
Constructors Constructor Description DomainRequestWrapper(HttpServletRequest request)
-
Method Summary
Modifier and Type Method Description voidsetRequestURI(String str)StringgetRequestURI()StringBuffergetRequestURL()StringgetServletPath()-
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, getRequestedSessionId, 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
-
-
Method Detail
-
setRequestURI
void setRequestURI(String str)
-
getRequestURI
String getRequestURI()
-
getRequestURL
StringBuffer getRequestURL()
-
getServletPath
String getServletPath()
-
-
-
-