Save This Page
Home » apache-tomcat-6.0.16-src » javax » mail » [javadoc | source]
javax.mail
public class: URLName [javadoc | source]
java.lang.Object
   javax.mail.URLName
Field Summary
protected  String fullURL     
Constructor:
 public URLName(String url) 
 public URLName(URL url) 
 public URLName(String protocol,
    String host,
    int port,
    String file,
    String username,
    String password) 
Method from javax.mail.URLName Summary:
equals,   getFile,   getHost,   getPassword,   getPort,   getProtocol,   getRef,   getURL,   getUsername,   hashCode,   parseString,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.mail.URLName Detail:
 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()