public final class RuleUrl extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
authority() |
boolean |
isIp() |
String |
normalizedPath() |
static RuleUrl |
parse(String url) |
String |
path() |
String |
scheme() |
public String scheme()
public String authority()
public String path()
public String normalizedPath()
public boolean isIp()
public static RuleUrl parse(String url) throws MalformedURLException
MalformedURLExceptionCopyright © 2026. All rights reserved.