com.hs.mail.smtp.message
Class HostAddress

java.lang.Object
  extended by javax.mail.URLName
      extended by com.hs.mail.smtp.message.HostAddress

public class HostAddress
extends javax.mail.URLName

Since:
Jun 10, 2010
Author:
Won Chul Doh

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 © 2011. All Rights Reserved.