public class URI extends URLWithScheme
| Constructor and Description |
|---|
URI(String scheme,
String host,
int port,
String path) |
| Modifier and Type | Method and Description |
|---|---|
static int |
defaultPortForProtocol(String scheme) |
static Optional<URI> |
parseURI(String uri) |
Copyright © 2025 HtmlUnit. All rights reserved.