Uses of Class
io.undertow.servlet.spec.HttpServletRequestImpl
Packages that use HttpServletRequestImpl
-
Uses of HttpServletRequestImpl in io.undertow.servlet.handlers
Methods in io.undertow.servlet.handlers that return HttpServletRequestImplConstructors in io.undertow.servlet.handlers with parameters of type HttpServletRequestImplModifierConstructorDescriptionServletRequestContext(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 HttpServletRequestImplModifierConstructorDescriptionPartImpl(String name, FormData.FormValue formValue, MultipartConfigElement config, ServletContextImpl servletContext, HttpServletRequestImpl servletRequest) PushBuilderImpl(HttpServletRequestImpl servletRequest) -
Uses of HttpServletRequestImpl in io.undertow.servlet.util
Methods in io.undertow.servlet.util with parameters of type HttpServletRequestImplModifier and TypeMethodDescriptionstatic ServletPathMatchDispatchUtils.dispatchAsync(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 ServletPathMatchDispatchUtils.dispatchError(String path, String servletName, Throwable exception, 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 ServletPathMatchDispatchUtils.dispatchForward(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 ServletPathMatchDispatchUtils.dispatchInclude(String path, HttpServletRequestImpl requestImpl, HttpServletResponseImpl responseImpl, ServletContextImpl servletContext) Perform an include dispatch to a path assigning everything needed to the request, response and exchange.