| Constructor and Description |
|---|
Url(List<String> scheme,
IAuthority authority,
List<String> path,
List<IParameter> parameters,
String fragment) |
| Modifier and Type | Method and Description |
|---|---|
IAuthentication |
getAuthentication() |
String |
getFragment() |
IHost |
getHost() |
String |
getHostname() |
String |
getPassword() |
List<String> |
getPath() |
String |
getPathString() |
int |
getPort() |
IParameters |
getQuery() |
List<String> |
getScheme() |
String |
getUserName() |
String |
toString() |
public Url(List<String> scheme, IAuthority authority, List<String> path, List<IParameter> parameters, String fragment)
public IAuthentication getAuthentication()
getAuthentication in interface IUrlpublic IParameters getQuery()
public String getFragment()
getFragment in interface IUrlpublic String getHostname()
getHostname in interface IUrlpublic String getPathString()
getPathString in interface IUrlpublic String getUserName()
getUserName in interface IUrlpublic String getPassword()
getPassword in interface IUrlCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.