Generates the push request and sends it to the client unless pushes are not available for some reason. After calling this method the following fields are set to null: path conditional request headers (if-none-match and if-modified-since)
()
| 132 | * @throws IllegalArgumentException If the request to push requires a body |
| 133 | */ |
| 134 | void push(); |
| 135 | |
| 136 | /** |
| 137 | * Obtain the name of the HTTP method that will be used for push requests generated by future calls to |