Package | Description |
---|---|
io.undertow.servlet.handlers | |
io.undertow.servlet.spec | |
io.undertow.servlet.util |
Modifier and Type | Method and Description |
---|---|
HttpServletRequestImpl |
ServletRequestContext.getOriginalRequest() |
Constructor and Description |
---|
ServletRequestContext(Deployment deployment,
HttpServletRequestImpl originalRequest,
HttpServletResponseImpl originalResponse,
ServletPathMatch originalServletPathMatch) |
Constructor and Description |
---|
PartImpl(String name,
FormData.FormValue formValue,
javax.servlet.MultipartConfigElement config,
ServletContextImpl servletContext,
HttpServletRequestImpl servletRequest) |
PushBuilderImpl(HttpServletRequestImpl servletRequest) |
ServletInputStreamImpl(HttpServletRequestImpl request) |
Modifier and Type | Method and Description |
---|---|
static ServletPathMatch |
DispatchUtils.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 ServletPathMatch |
DispatchUtils.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 ServletPathMatch |
DispatchUtils.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 ServletPathMatch |
DispatchUtils.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.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.