public interface URL
| Modifier and Type | Method and Description |
|---|---|
String |
getFragment() |
String |
getHost() |
String |
getPath() |
Integer |
getPort() |
String |
getQuery() |
String |
getRaw() |
String |
getScheme() |
String |
getUserInfo() |
String getScheme()
String getUserInfo()
String getHost()
String getPath()
Integer getPort()
String getQuery()
String getFragment()
String getRaw() throws URISyntaxException
URISyntaxExceptionCopyright © 2018. All rights reserved.