(String scheme)
| 497 | /// Internal utility method to determine if the given scheme should use |
| 498 | /// semicolons (;) for query separator instead of ampersand (&) |
| 499 | boolean isSocketScheme(String scheme) { |
| 500 | return false; |
| 501 | } |
| 502 | |
| 503 | /// Verifies the scheme contains only valid characters as per the URN |
| 504 | /// specification (see NID). |