| Constructor and Description |
|---|
CompositeURL() |
CompositeURL(String scheme,
String host,
Integer port,
String path,
String query) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFragment() |
String |
getHost() |
String |
getPath() |
Integer |
getPort() |
String |
getQuery() |
String |
getRaw() |
String |
getScheme() |
String |
getUserInfo() |
void |
setFragment(String fragment) |
void |
setHost(String host) |
void |
setPath(String path) |
void |
setPort(Integer port) |
void |
setQuery(String query) |
void |
setScheme(String scheme) |
void |
setUserInfo(String userInfo) |
public void setScheme(String scheme)
public String getUserInfo()
getUserInfo in interface URLpublic void setUserInfo(String userInfo)
public void setHost(String host)
public void setPath(String path)
public void setPort(Integer port)
public void setQuery(String query)
public String getFragment()
getFragment in interface URLpublic void setFragment(String fragment)
public String getRaw() throws URISyntaxException
getRaw in interface URLURISyntaxExceptionCopyright © 2018. All rights reserved.