Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.mail.URLName
public class URLName
extends java.lang.Object
Field 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 MalformedURLException
public String getUsername()
public int hashCode()
protected void parseString(String url)
public String toString()