public final class AsyncServerFilterChainExchangeHandlerFactory extends Object implements HandlerFactory<AsyncServerExchangeHandler>
AsyncServerExchangeHandler instances that delegate request processing
 to a AsyncServerFilterChainElement.| Constructor and Description | 
|---|
| AsyncServerFilterChainExchangeHandlerFactory(AsyncServerFilterChainElement filterChain) | 
| AsyncServerFilterChainExchangeHandlerFactory(AsyncServerFilterChainElement filterChain,
                                            Callback<Exception> exceptionCallback) | 
| Modifier and Type | Method and Description | 
|---|---|
| AsyncServerExchangeHandler | create(HttpRequest request,
      HttpContext context)Creates a new handler instance based on properties of
 an incoming request message.. | 
public AsyncServerFilterChainExchangeHandlerFactory(AsyncServerFilterChainElement filterChain, Callback<Exception> exceptionCallback)
public AsyncServerFilterChainExchangeHandlerFactory(AsyncServerFilterChainElement filterChain)
public AsyncServerExchangeHandler create(HttpRequest request, HttpContext context) throws HttpException
HandlerFactorycreate in interface HandlerFactory<AsyncServerExchangeHandler>request - the incoming reqquest head.context - the actual execution context.HttpExceptionCopyright © 2005–2022 The Apache Software Foundation. All rights reserved.