Returns the query string from the request that initiated this WebSocket session. @return The query string
()
| 207 | * @return The query string |
| 208 | */ |
| 209 | String getQueryString(); |
| 210 | |
| 211 | /** |
| 212 | * Returns the path parameters extracted from the request URI using the endpoint's URI template. |
no outgoing calls