Get the Coyote request. @return the Coyote request object
()
| 167 | * @return the Coyote request object |
| 168 | */ |
| 169 | public org.apache.coyote.Request getCoyoteRequest() { |
| 170 | return this.coyoteRequest; |
| 171 | } |
| 172 | |
| 173 | |
| 174 | // ----------------------------------------------------- Variables |
no outgoing calls