Interface HandlerFactory<T extends ResourceHolder>
- Type Parameters:
T- handler type
- All Known Implementing Classes:
AsyncServerFilterChainExchangeHandlerFactory, DefaultAsyncPushConsumerFactory, DefaultAsyncResponseExchangeHandlerFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreate(HttpRequest request, HttpContext context) Creates a new handler instance based on properties of an incoming request message..
-
Method Details
-
create
Creates a new handler instance based on properties of an incoming request message..- Parameters:
request- the incoming request head.context- the actual execution context.- Returns:
- handler
- Throws:
HttpException
-