public abstract class URLWithScheme extends Object
protected
URLWithScheme(String scheme, String host, Integer port, String path)
boolean
equals(Object o)
String
getHost()
getPath()
Integer
getPort()
getScheme()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
protected URLWithScheme(String scheme, String host, Integer port, String path)
public String getScheme()
public String getHost()
public Integer getPort()
public String getPath()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2023 HtmlUnit. All rights reserved.