javax.mail
Class URLName
java.lang.Object
javax.mail.URLName
public class URLName
- extends Object
- Version:
- $Rev: 593290 $ $Date: 2007-11-08 15:18:29 -0500 (Thu, 08 Nov 2007) $
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)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
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-2009 The Apache Software Foundation. All Rights Reserved.