Returns the ServletResponse associated with this asynchronous operation. @return the ServletResponse object
()
| 66 | * @return the ServletResponse object |
| 67 | */ |
| 68 | ServletResponse getResponse(); |
| 69 | |
| 70 | /** |
| 71 | * Determines whether the request and response objects are the original ones passed to |
no outgoing calls