Package | Description |
---|---|
io.undertow.servlet.compat.rewrite | |
io.undertow.servlet.handlers | |
io.undertow.servlet.spec |
Constructor and Description |
---|
UndertowResolver(ServletRequestContext servletRequestContext,
HttpServletRequest request) |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<ServletRequestContext> |
ServletRequestContext.ATTACHMENT_KEY |
Modifier and Type | Method and Description |
---|---|
static ServletRequestContext |
ServletRequestContext.current() |
static ServletRequestContext |
ServletRequestContext.requireCurrent() |
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,
ServletRequest request,
ServletResponse response,
String servletName) |
void |
RequestDispatcherImpl.error(ServletRequestContext servletRequestContext,
ServletRequest request,
ServletResponse response,
String servletName,
String message) |
void |
RequestDispatcherImpl.error(ServletRequestContext servletRequestContext,
ServletRequest request,
ServletResponse response,
String servletName,
Throwable exception) |
Constructor and Description |
---|
AsyncContextImpl(HttpServerExchange exchange,
ServletRequest servletRequest,
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 © 2017 JBoss by Red Hat. All rights reserved.