org.apache.mailet
Class HostAddress

java.lang.Object
  extended byjavax.mail.URLName
      extended byorg.apache.mailet.HostAddress

public class HostAddress
extends URLName

A specialized subclass of javax.mail.URLName, which provides location information for servers.

Since:
Mailet API v2.2.0a16-unstable

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 (c) 2008 Apache Software Foundation Apache 2.0 Licensed.