All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aid.util.net.PageURL

java.lang.Object
   |
   +----aid.util.net.PageURL

public class PageURL
extends Object
implements Serializable

Constructor Index

 o PageURL(URL)

Method Index

 o equals(Object)
 o getFile()
 o getHost()
 o getPort()
 o getProtocol()
 o hashCode()
 o toString()

Constructors

 o PageURL
 public PageURL(URL url)

Methods

 o getPort
 public int getPort()
 o getProtocol
 public String getProtocol()
 o getHost
 public String getHost()
 o getFile
 public String getFile()
 o toString
 public String toString()
Overrides:
toString in class Object
 o equals
 public boolean equals(Object o)
Overrides:
equals in class Object
 o hashCode
 public int hashCode()
Overrides:
hashCode in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index