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.Build
extendedInboundHeaders(ExtendedInboundHeaders extendedInboundHeaders)
Set the inbound headers on the HTTP call.HttpParameters.Build
inboundHeaders(InboundHeaders inboundHeaders)
Set the inbound headers on the HTTP call.HttpParameters.Build
noInboundHeaders()
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
-
-