public interface IUrl
| 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 getFragment()
IParameters getQuery()
IHost getHost()
IAuthentication getAuthentication()
int getPort()
String getHostname()
String getPathString()
String getUserName()
String getPassword()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.