Assert that request and response have been recycled. If they have not then log a warning and force a recycle. This method is called as a safety check when a processor is being recycled and may be returned to a pool for reuse. @param req Request @param res Response
(Request req, Response res)
| 88 | * @param res Response |
| 89 | */ |
| 90 | void checkRecycled(Request req, Response res); |
| 91 | |
| 92 | /** |
| 93 | * Provide the name of the domain to use to register MBeans for components associated with the connector. |
no outgoing calls
no test coverage detected