T
- handler typepublic interface HandlerFactory<T extends ResourceHolder>
Modifier and Type | Method and Description |
---|---|
T |
create(HttpRequest request,
HttpContext context)
Creates a new handler instance based on properties of
an incoming request message..
|
T create(HttpRequest request, HttpContext context) throws HttpException
request
- the incoming request head.context
- the actual execution context.HttpException
- in case of an HTTP protocol violation.Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.