Uses of Class
io.undertow.servlet.spec.HttpServletResponseImpl
Packages that use HttpServletResponseImpl
-
Uses of HttpServletResponseImpl in io.undertow.servlet.handlers
Methods in io.undertow.servlet.handlers that return HttpServletResponseImplConstructors in io.undertow.servlet.handlers with parameters of type HttpServletResponseImplModifierConstructorDescriptionServletRequestContext(Deployment deployment, HttpServletRequestImpl originalRequest, HttpServletResponseImpl originalResponse, ServletPathMatch originalServletPathMatch) -
Uses of HttpServletResponseImpl in io.undertow.servlet.util
Methods in io.undertow.servlet.util with parameters of type HttpServletResponseImplModifier 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.