T - handler typepublic interface HandlerFactory<T extends ResourceHolder>
| 限定符和类型 | 方法和说明 |
|---|---|
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.HttpExceptionCopyright © 2023. All rights reserved.