Uses of Class
io.undertow.servlet.spec.AsyncContextImpl
-
Packages that use AsyncContextImpl Package Description io.undertow.servlet.spec -
-
Uses of AsyncContextImpl in io.undertow.servlet.spec
Methods in io.undertow.servlet.spec that return AsyncContextImpl Modifier and Type Method Description AsyncContextImplHttpServletRequestImpl. getAsyncContext()AsyncContextImplHttpServletRequestImpl. getAsyncContextInternal()Constructors in io.undertow.servlet.spec with parameters of type AsyncContextImpl Constructor Description AsyncContextImpl(HttpServerExchange exchange, jakarta.servlet.ServletRequest servletRequest, jakarta.servlet.ServletResponse servletResponse, ServletRequestContext servletRequestContext, boolean requestSupplied, AsyncContextImpl previousAsyncContext)
-