Package | Description |
---|---|
io.undertow.servlet.compat.rewrite | |
io.undertow.servlet.handlers | |
io.undertow.servlet.spec |
Constructor and Description |
---|
UndertowResolver(ServletRequestContext servletRequestContext, javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<ServletRequestContext> | ServletRequestContext.ATTACHMENT_KEY |
Modifier and Type | Method and Description |
---|---|
static ServletRequestContext | ServletRequestContext.current() Gets the current threads ServletRequestContext if set, otherwise null. |
static ServletRequestContext | ServletRequestContext.requireCurrent() Gets the ServletRequestContext assigned to the current thread. |
Modifier and Type | Method and Description |
---|---|
static void | ServletDebugPageHandler.handleRequest(HttpServerExchange exchange, ServletRequestContext servletRequestContext, Throwable exception) |
static void | ServletRequestContext.setCurrentRequestContext(ServletRequestContext servletRequestContext) |
Modifier and Type | Method and Description |
---|---|
void | 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) |
Constructor and Description |
---|
AsyncContextImpl(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. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.