public class ExoWebAddress extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ExoWebAddress.ParseException |
Constructor and Description |
---|
ExoWebAddress(String address)
parses given uriString.
|
Modifier and Type | Method and Description |
---|---|
String |
getAuthInfo() |
String |
getHost() |
String |
getPath() |
int |
getPort() |
String |
getScheme() |
boolean |
isRelativeURL() |
void |
setAuthInfo(String authInfo) |
void |
setHost(String host) |
void |
setPath(String path) |
void |
setPort(int port) |
void |
setScheme(String scheme) |
String |
toString() |
public ExoWebAddress(String address) throws ExoWebAddress.ParseException
ExoWebAddress.ParseException
public void setScheme(String scheme)
public String getScheme()
public void setHost(String host)
public String getHost()
public void setPort(int port)
public int getPort()
public void setPath(String path)
public String getPath()
public void setAuthInfo(String authInfo)
public String getAuthInfo()
public boolean isRelativeURL()
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.