Modifier and Type | Method and Description |
---|---|
static URI |
create(String uriStr)
Creates a
URI from a string. |
static URI |
create(String scheme,
String authority,
String path,
String query)
Creates a
URI from components. |
static URI |
create(URI parent,
URI child)
|
public static URI create(String scheme, String authority, String path, String query)
URI
from components.scheme
- the scheme string of the URIauthority
- the authority string of the URIpath
- the path component of the URIquery
- the query component of the URIURI
Copyright © 2023. All Rights Reserved.