org.apache.mailet
Class HostAddress

java.lang.Object
  |
  +--javax.mail.URLName
        |
        +--org.apache.mailet.HostAddress

public class HostAddress
extends URLName


Field Summary
 
Fields inherited from class javax.mail.URLName
fullURL
 
Constructor Summary
HostAddress(String hostname, String url)
           
 
Method Summary
 String getHostName()
           
 
Methods inherited from class javax.mail.URLName
equals, getFile, getHost, getPassword, getPort, getProtocol, getRef, getURL, getUsername, hashCode, parseString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HostAddress

public HostAddress(String hostname,
                   String url)
Method Detail

getHostName

public String getHostName()


"Copyright © 1999-2003 ASF James Project. All Rights Reserved."