Uses of Class
io.undertow.servlet.spec.HttpServletRequestImpl
-
Packages that use HttpServletRequestImpl Package Description io.undertow.servlet.handlers io.undertow.servlet.spec -
-
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)
-