Obtain the name of the HTTP method that will be used for push requests generated by future calls to push(). @return The HTTP method to be used for future push requests
()
| 140 | * @return The HTTP method to be used for future push requests |
| 141 | */ |
| 142 | String getMethod(); |
| 143 | |
| 144 | /** |
| 145 | * Obtain the query string that will be used for push requests generated by future calls to {@code push()}. |
no outgoing calls