(String path, boolean encode)
| 300 | /// |
| 301 | /// - `URISyntaxException` |
| 302 | protected void setPath(String path, boolean encode) throws URISyntaxException { |
| 303 | } |
| 304 | |
| 305 | /// Utility method to construct the authority segment from given host, port, |
| 306 | /// and userinfo segments. If parameter encode=true, then the userinfo |
no outgoing calls
no test coverage detected