-
- All Implemented Interfaces:
-
com.datadog.trace.bootstrap.instrumentation.api.URIDataAdapter
public class UnparseableURIDataAdapter extends URIDataAdapterBase
-
-
Constructor Summary
Constructors Constructor Description UnparseableURIDataAdapter(String rawUri)
-
Method Summary
Modifier and Type Method Description booleanisValid()The URI is a valid one or not (looks malformed) Stringscheme()The scheme of this URI. Stringhost()The host of this URI. intport()The port number of this URI. Stringpath()The decoded path of this URI. Stringfragment()The decoded fragment of this URI. Stringquery()The decoded query string of this URI. booleansupportsRaw()Does this adapter support raw encoded access? StringrawPath()The raw path of this URI. StringrawQuery()The raw query string of this URI. Stringraw()The raw path(?query) of this URI. -
-
Constructor Detail
-
UnparseableURIDataAdapter
UnparseableURIDataAdapter(String rawUri)
-
-
Method Detail
-
isValid
boolean isValid()
The URI is a valid one or not (looks malformed)
-
port
int port()
The port number of this URI.
-
supportsRaw
boolean supportsRaw()
Does this adapter support raw encoded access?
-
-
-
-