Package com.newrelic.api.agent
Interface HttpParameters.ProcedureParameter
-
- All Known Implementing Classes:
HttpParameters.Builder
- Enclosing class:
- HttpParameters
public static interface HttpParameters.ProcedureParameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpParameters.InboundHeadersParameter
procedure(java.lang.String procedure)
Set the HTTP method for the call.
-
-
-
Method Detail
-
procedure
HttpParameters.InboundHeadersParameter procedure(java.lang.String procedure)
Set the HTTP method for the call.- Parameters:
procedure
- the HTTP method for the call- Returns:
- the next builder interface
-
-