Uses of Class
io.undertow.servlet.spec.HttpServletRequestImpl
-
Packages that use HttpServletRequestImpl Package Description io.undertow.servlet.handlers io.undertow.servlet.spec io.undertow.servlet.util -
-
Uses of HttpServletRequestImpl in io.undertow.servlet.handlers
Methods in io.undertow.servlet.handlers that return HttpServletRequestImpl Modifier and Type Method Description HttpServletRequestImpl
ServletRequestContext. getOriginalRequest()
Constructors in io.undertow.servlet.handlers with parameters of type HttpServletRequestImpl Constructor Description ServletRequestContext(Deployment deployment, HttpServletRequestImpl originalRequest, HttpServletResponseImpl originalResponse, ServletPathMatch originalServletPathMatch)
-
Uses of HttpServletRequestImpl in io.undertow.servlet.spec
Constructors in io.undertow.servlet.spec with parameters of type HttpServletRequestImpl Constructor Description PartImpl(java.lang.String name, io.undertow.server.handlers.form.FormData.FormValue formValue, jakarta.servlet.MultipartConfigElement config, ServletContextImpl servletContext, HttpServletRequestImpl servletRequest)
PushBuilderImpl(HttpServletRequestImpl servletRequest)
ServletInputStreamImpl(HttpServletRequestImpl request)
-
Uses of HttpServletRequestImpl in io.undertow.servlet.util
Methods in io.undertow.servlet.util with parameters of type HttpServletRequestImpl Modifier and Type Method Description static ServletPathMatch
DispatchUtils. dispatchAsync(java.lang.String path, HttpServletRequestImpl requestImpl, HttpServletResponseImpl responseImpl, ServletContextImpl servletContext)
Perform an async dispatch to a path assigning everything needed to the request, response and exchange.static ServletPathMatch
DispatchUtils. dispatchError(java.lang.String path, java.lang.String servletName, java.lang.Throwable exception, java.lang.String message, HttpServletRequestImpl requestImpl, HttpServletResponseImpl responseImpl, ServletContextImpl servletContext)
Perform a error dispatch to a path assigning everything needed to the request, response and exchange.static ServletPathMatch
DispatchUtils. dispatchForward(java.lang.String path, HttpServletRequestImpl requestImpl, HttpServletResponseImpl responseImpl, ServletContextImpl servletContext)
Perform a forward dispatch to a path assigning everything needed to the request, response and exchange.static ServletPathMatch
DispatchUtils. dispatchInclude(java.lang.String path, HttpServletRequestImpl requestImpl, HttpServletResponseImpl responseImpl, ServletContextImpl servletContext)
Perform an include dispatch to a path assigning everything needed to the request, response and exchange.
-