| Package | Description |
|---|---|
| io.undertow.servlet.handlers | |
| io.undertow.servlet.spec |
| 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 |
|---|---|
void |
ServletInitialHandler.handleFirstRequest(HttpServerExchange exchange,
ServletChain servletChain,
ServletRequestContext servletRequestContext,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response) |
static void |
ServletDebugPageHandler.handleRequest(HttpServerExchange exchange,
ServletRequestContext servletRequestContext,
Throwable exception) |
static void |
ServletRequestContext.setCurrentRequestContext(ServletRequestContext servletRequestContext) |
| Constructor and Description |
|---|
AsyncContextImpl(HttpServerExchange exchange,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse,
ServletRequestContext servletRequestContext,
boolean requestSupplied,
AsyncContextImpl previousAsyncContext) |
ServletOutputStreamImpl(long contentLength,
ServletRequestContext servletRequestContext)
Construct a new instance.
|
ServletOutputStreamImpl(Long contentLength,
ServletRequestContext servletRequestContext,
int bufferSize)
Construct a new instance.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.