public class AsyncContextDelegateProviderImpl extends Object implements AsyncContextDelegateProvider
| Constructor and Description |
|---|
AsyncContextDelegateProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
AsyncContextDelegate |
createDelegate(HttpServletRequest request,
HttpServletResponse response)
Factory method to create instances of Servlet container response writer extension,
AsyncContextDelegate, for response processing. |
public final AsyncContextDelegate createDelegate(HttpServletRequest request, HttpServletResponse response)
AsyncContextDelegateProviderAsyncContextDelegate, for response processing.createDelegate in interface AsyncContextDelegateProviderrequest - original request.response - original response.Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.