javax.mail
Class URLName
java.lang.Object
javax.mail.URLName
- public class URLName
- extends Object
- Version:
- $Revision: 1.3 $ $Date: 2004/03/10 10:00:27 $
fullURL
protected String fullURL
URLName
public URLName(String url)
URLName
public URLName(String protocol,
String host,
int port,
String file,
String username,
String password)
URLName
public URLName(URL url)
parseString
protected void parseString(String url)
equals
public boolean equals(Object o)
hashCode
public int hashCode()
toString
public String toString()
getFile
public String getFile()
getHost
public String getHost()
getPassword
public String getPassword()
getPort
public int getPort()
getProtocol
public String getProtocol()
getRef
public String getRef()
getURL
public URL getURL()
throws MalformedURLException
- Throws:
MalformedURLException
getUsername
public String getUsername()
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.