Package com.newrelic.api.agent
Interface HttpParameters.UriParameter
-
- All Known Implementing Classes:
HttpParameters.Builder
- Enclosing class:
- HttpParameters
public static interface HttpParameters.UriParameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpParameters.ProcedureParameter
uri(java.net.URI uri)
Set the URI of the external call.
-
-
-
Method Detail
-
uri
HttpParameters.ProcedureParameter uri(java.net.URI uri)
Set the URI of the external call.- Parameters:
uri
- the URI of the external call- Returns:
- the next builder interface
-
-