Class URLWithScheme

java.lang.Object
com.shapesecurity.salvation2.URLs.URLWithScheme
Direct Known Subclasses:
GUID, URI

public abstract class URLWithScheme extends Object
  • Field Details

    • scheme

      @Nonnull public final String scheme
    • host

      @Nullable public final String host
    • port

      @Nullable public final Integer port
    • path

      @Nonnull public final String path
  • Constructor Details

    • URLWithScheme

      protected URLWithScheme(@Nonnull String scheme, @Nullable String host, @Nullable Integer port, @Nonnull String path)
  • Method Details