Uses of Class
io.undertow.servlet.handlers.ServletRequestContext
Packages that use ServletRequestContext
Package
Description
-
Uses of ServletRequestContext in io.undertow.servlet.compat.rewrite
Constructors in io.undertow.servlet.compat.rewrite with parameters of type ServletRequestContextModifierConstructorDescriptionUndertowResolver
(ServletRequestContext servletRequestContext, javax.servlet.http.HttpServletRequest request) -
Uses of ServletRequestContext in io.undertow.servlet.handlers
Fields in io.undertow.servlet.handlers with type parameters of type ServletRequestContextModifier and TypeFieldDescriptionstatic final io.undertow.util.AttachmentKey<ServletRequestContext>
ServletRequestContext.ATTACHMENT_KEY
Methods in io.undertow.servlet.handlers that return ServletRequestContextModifier and TypeMethodDescriptionstatic 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 ServletRequestContextModifier and TypeMethodDescriptionstatic void
ServletDebugPageHandler.handleRequest
(io.undertow.server.HttpServerExchange exchange, ServletRequestContext servletRequestContext, 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 ServletRequestContextModifier and TypeMethodDescriptionvoid
RequestDispatcherImpl.error
(ServletRequestContext servletRequestContext, javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, String servletName) void
RequestDispatcherImpl.error
(ServletRequestContext servletRequestContext, javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, String servletName, String message) void
RequestDispatcherImpl.error
(ServletRequestContext servletRequestContext, javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, String servletName, Throwable exception) Constructors in io.undertow.servlet.spec with parameters of type ServletRequestContextModifierConstructorDescriptionAsyncContextImpl
(io.undertow.server.HttpServerExchange exchange, javax.servlet.ServletRequest servletRequest, javax.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.