|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@InterfaceAudience.Public @InterfaceStability.Evolving public interface URL
URL represents a serializable URL.
| Method Summary | |
|---|---|
String |
getFile()
Get the file of the URL. |
String |
getHost()
Get the host of the URL. |
int |
getPort()
Get the port of the URL. |
String |
getScheme()
Get the scheme of the URL. |
void |
setFile(String file)
Set the file of the URL. |
void |
setHost(String host)
Set the host of the URL. |
void |
setPort(int port)
Set the port of the URL |
void |
setScheme(String scheme)
Set the scheme of the URL |
| Method Detail |
|---|
@InterfaceAudience.Public @InterfaceStability.Evolving String getScheme()
@InterfaceAudience.Public @InterfaceStability.Evolving void setScheme(String scheme)
scheme - scheme of the URL@InterfaceAudience.Public @InterfaceStability.Evolving String getHost()
@InterfaceAudience.Public @InterfaceStability.Evolving void setHost(String host)
host - host of the URL@InterfaceAudience.Public @InterfaceStability.Evolving int getPort()
@InterfaceAudience.Public @InterfaceStability.Evolving void setPort(int port)
port - port of the URL@InterfaceAudience.Public @InterfaceStability.Evolving String getFile()
@InterfaceAudience.Public @InterfaceStability.Evolving void setFile(String file)
file - file of the URL
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||