Uses of Class
io.undertow.servlet.handlers.ServletRequestContext
-
Packages that use ServletRequestContext Package Description io.undertow.servlet.compat.rewrite io.undertow.servlet.handlers io.undertow.servlet.spec -
-
Uses of ServletRequestContext in io.undertow.servlet.compat.rewrite
Constructors in io.undertow.servlet.compat.rewrite with parameters of type ServletRequestContext Constructor Description UndertowResolver(ServletRequestContext servletRequestContext, jakarta.servlet.http.HttpServletRequest request)
-
Uses of ServletRequestContext in io.undertow.servlet.handlers
Fields in io.undertow.servlet.handlers with type parameters of type ServletRequestContext Modifier and Type Field Description static io.undertow.util.AttachmentKey<ServletRequestContext>
ServletRequestContext. ATTACHMENT_KEY
Methods in io.undertow.servlet.handlers that return ServletRequestContext Modifier and Type Method Description static ServletRequestContext
ServletRequestContext. current()
Gets the current threadsServletRequestContext
if set, otherwise null.static ServletRequestContext
ServletRequestContext. requireCurrent()
Gets theServletRequestContext
assigned to the current thread.Methods in io.undertow.servlet.handlers with parameters of type ServletRequestContext Modifier and Type Method Description static void
ServletDebugPageHandler. handleRequest(io.undertow.server.HttpServerExchange exchange, ServletRequestContext servletRequestContext, java.lang.Throwable exception)
static void
ServletRequestContext. setCurrentRequestContext(ServletRequestContext servletRequestContext)
-
Uses of ServletRequestContext in io.undertow.servlet.spec
Methods in io.undertow.servlet.spec with parameters of type ServletRequestContext Modifier and Type Method Description void
RequestDispatcherImpl. error(ServletRequestContext servletRequestContext, jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, java.lang.String servletName)
void
RequestDispatcherImpl. error(ServletRequestContext servletRequestContext, jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, java.lang.String servletName, java.lang.String message)
void
RequestDispatcherImpl. error(ServletRequestContext servletRequestContext, jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, java.lang.String servletName, java.lang.Throwable exception)
Constructors in io.undertow.servlet.spec with parameters of type ServletRequestContext Constructor Description AsyncContextImpl(io.undertow.server.HttpServerExchange exchange, jakarta.servlet.ServletRequest servletRequest, jakarta.servlet.ServletResponse servletResponse, ServletRequestContext servletRequestContext, boolean requestSupplied, AsyncContextImpl previousAsyncContext)
ServletOutputStreamImpl(ServletRequestContext servletRequestContext)
Construct a new instance.ServletOutputStreamImpl(ServletRequestContext servletRequestContext, int bufferSize)
Construct a new instance.
-