public abstract class URLWithScheme extends Object
String
host
path
Integer
port
scheme
protected
URLWithScheme(String scheme, String host, Integer port, String path)
boolean
equals(Object o)
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
@Nonnull public final String scheme
@Nullable public final String host
@Nullable public final Integer port
@Nonnull public final String path
protected URLWithScheme(@Nonnull String scheme, @Nullable String host, @Nullable Integer port, @Nonnull String path)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2020. All rights reserved.