Uses of Class
io.undertow.servlet.spec.AsyncContextImpl
Packages that use AsyncContextImpl
-
Uses of AsyncContextImpl in io.undertow.servlet.spec
Methods in io.undertow.servlet.spec that return AsyncContextImplModifier and TypeMethodDescriptionHttpServletRequestImpl.getAsyncContext()HttpServletRequestImpl.getAsyncContextInternal()Constructors in io.undertow.servlet.spec with parameters of type AsyncContextImplModifierConstructorDescriptionAsyncContextImpl(HttpServerExchange exchange, jakarta.servlet.ServletRequest servletRequest, jakarta.servlet.ServletResponse servletResponse, ServletRequestContext servletRequestContext, boolean requestSupplied, AsyncContextImpl previousAsyncContext)