Package 

Class URIUtils.LazyUrl

  • All Implemented Interfaces:
    com.datadog.android.trace.internal.compat.function.Supplier , java.lang.CharSequence

    
    public abstract class URIUtils.LazyUrl
     implements CharSequence, Supplier<String>
                        

    A lazily evaluated URL that can also return its path. If the URL is invalid the path will be {@code null}.

    • Method Summary

      Modifier and Type Method Description
      abstract String path() The path component of this URL.
      String toString()
      int length()
      char charAt(int index)
      CharSequence subSequence(int start, int end)
      int hashCode()
      • Methods inherited from class java.lang.CharSequence

        charAt, chars, codePoints, compare, isEmpty, length, subSequence
      • Methods inherited from class com.datadog.android.trace.internal.compat.function.Supplier

        get
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait