Class URLWithScheme

java.lang.Object
org.htmlunit.csp.url.URLWithScheme
Direct Known Subclasses:
GUID, URI

public abstract class URLWithScheme extends Object
  • Field Details

    • scheme_

      private final String scheme_
    • host_

      private final String host_
    • port_

      private final Integer port_
    • path_

      private final String path_
  • Constructor Details

  • Method Details

    • getScheme

      public String getScheme()
    • getHost

      public String getHost()
    • getPort

      public Integer getPort()
    • getPath

      public String getPath()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object