Package com.newrelic.api.agent
Interface HttpParameters.InboundHeadersParameter
-
- All Known Implementing Classes:
HttpParameters.Builder
- Enclosing class:
- HttpParameters
public static interface HttpParameters.InboundHeadersParameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpParameters.BuildextendedInboundHeaders(ExtendedInboundHeaders extendedInboundHeaders)Set the inbound headers on the HTTP call.HttpParameters.BuildinboundHeaders(InboundHeaders inboundHeaders)Set the inbound headers on the HTTP call.HttpParameters.BuildnoInboundHeaders()No inbound headers.
-
-
-
Method Detail
-
inboundHeaders
HttpParameters.Build inboundHeaders(InboundHeaders inboundHeaders)
Set the inbound headers on the HTTP call.- Parameters:
inboundHeaders- the inbound headers for the HTTP call- Returns:
- the completed HttpParameters object
-
extendedInboundHeaders
HttpParameters.Build extendedInboundHeaders(ExtendedInboundHeaders extendedInboundHeaders)
Set the inbound headers on the HTTP call.- Parameters:
extendedInboundHeaders- the inbound headers for the HTTP call- Returns:
- the completed HttpParameters object
-
noInboundHeaders
HttpParameters.Build noInboundHeaders()
No inbound headers.- Returns:
- the completed HttpParameters object
-
-