Classi per applicazioni di rete
| URI, URL |
public class URL extends Object
implements Serializable
Costruttori
Argomenti | Descrizione |
---|
String | | String, String, String | protocollo, host, file | String, String, int, String | protocollo, host, porta, file |
Metodi
Nome | Argomenti | Tipo | Descrizione |
---|
getFile
getHost
getPath
getProtocol
geRef | | String | Parti dell'URL | getPort | int |
|