Class JaxRsRequestProcessorManager
java.lang.Object
org.summerboot.jexpress.nio.server.ws.rs.JaxRsRequestProcessorManager
- Author:
- Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RequestProcessorgetRequestProcessor(io.netty.handler.codec.http.HttpMethod httptMethod, String httpRequestPath) static voidregisterControllers(Map<String, Object> controllers)
-
Constructor Details
-
JaxRsRequestProcessorManager
public JaxRsRequestProcessorManager()
-
-
Method Details
-
registerControllers
-
getRequestProcessor
public static RequestProcessor getRequestProcessor(io.netty.handler.codec.http.HttpMethod httptMethod, String httpRequestPath)
-