Uses of Class
io.undertow.servlet.spec.HttpServletResponseImpl
-
Packages that use HttpServletResponseImpl Package Description io.undertow.servlet.handlers io.undertow.servlet.util -
-
Uses of HttpServletResponseImpl in io.undertow.servlet.handlers
Methods in io.undertow.servlet.handlers that return HttpServletResponseImpl Modifier and Type Method Description HttpServletResponseImpl
ServletRequestContext. getOriginalResponse()
Constructors in io.undertow.servlet.handlers with parameters of type HttpServletResponseImpl Constructor Description ServletRequestContext(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 HttpServletResponseImpl 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.
-