Gets the request associated with this processor. @return The request associated with this processor.
()
| 83 | * @return The request associated with this processor. |
| 84 | */ |
| 85 | Request getRequest(); |
| 86 | |
| 87 | /** |
| 88 | * Recycle the processor, ready for the next request which may be on the same connection or a different connection. |
no outgoing calls