| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectjavax.mail.URLNamepublic class URLNameextends java.lang.ObjectField Summary | |
protected String | |
Constructor Summary | |
| |
| |
| |
Method Summary | |
boolean |
|
String |
|
String |
|
String | |
int |
|
String | |
String |
|
URL |
|
String | |
int |
|
protected void |
|
String |
|
public URLName(String url)
public URLName(String protocol,
String host,
int port,
String file,
String username,
String password)public URLName(URL url)
public boolean equals(Object o)
public String getFile()
public String getHost()
public String getPassword()
public int getPort()
public String getProtocol()
public String getRef()
public URL getURL()
throws MalformedURLExceptionpublic String getUsername()
public int hashCode()
protected void parseString(String url)
public String toString()