Package 

Class URIDataAdapterBase

    • Method Summary

      Modifier and Type Method Description
      boolean hasPlusEncodedSpaces() Does the raw query string have '+' encoded spaces?
      String raw() The raw path(?query) of this URI.
      boolean isValid() The URI is a valid one or not (looks malformed)
      static URIDataAdapter fromURI(String uri, Function<URI, URIDataAdapter> mapper)
      • Methods inherited from class com.datadog.trace.bootstrap.instrumentation.api.URIDataAdapter

        fragment, host, path, port, query, rawPath, rawQuery, scheme, supportsRaw
      • Methods inherited from class java.lang.Object

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