public interface AsyncContextDelegateProvider
AsyncContextDelegate
to deal with asynchronous
features added in Servlet version 3.0.
If no such a factory is registered via the META-INF/services
mechanism
a default factory for Servlet versions prior to 3.0 will be utilized with no async support.Modifier and Type | Method and Description |
---|---|
AsyncContextDelegate |
createDelegate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Factory method to create instances of Servlet container response writer extension,
AsyncContextDelegate , for response processing. |
AsyncContextDelegate createDelegate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
AsyncContextDelegate
, for response processing.request
- original request.response
- original response.Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.