org.apache.axis2.transport.http.server
Class SimpleHost

java.lang.Object
  extended byorg.apache.axis2.transport.http.server.SimpleHost
All Implemented Interfaces:
Cloneable

public class SimpleHost
extends Object
implements Cloneable


Constructor Summary
SimpleHost(SimpleHost httphost)
           
SimpleHost(String hostname, int port)
           
 
Method Summary
 Object clone()
           
 boolean equals(Object o)
           
 String getHostName()
           
 int getPort()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleHost

public SimpleHost(SimpleHost httphost)

SimpleHost

public SimpleHost(String hostname,
                  int port)
Method Detail

clone

public Object clone()

equals

public boolean equals(Object o)

hashCode

public int hashCode()

toString

public String toString()

getHostName

public String getHostName()

getPort

public int getPort()