Uses of Class
com.oracle.bmc.waas.model.Header
-
Packages that use Header Package Description com.oracle.bmc.waas.model -
-
Uses of Header in com.oracle.bmc.waas.model
Methods in com.oracle.bmc.waas.model that return Header Modifier and Type Method Description Header
Header.Builder. build()
Header
HumanInteractionChallenge. getSetHttpHeader()
Adds an additional HTTP header to requests that fail the challenge before being passed to the origin.Header
JsChallenge. getSetHttpHeader()
Adds an additional HTTP header to requests that fail the challenge before being passed to the origin.Methods in com.oracle.bmc.waas.model that return types with arguments of type Header Modifier and Type Method Description List<Header>
Origin. getCustomHeaders()
A list of HTTP headers to forward to your origin.Methods in com.oracle.bmc.waas.model with parameters of type Header Modifier and Type Method Description Header.Builder
Header.Builder. copy(Header model)
HumanInteractionChallenge.Builder
HumanInteractionChallenge.Builder. setHttpHeader(Header setHttpHeader)
Adds an additional HTTP header to requests that fail the challenge before being passed to the origin.JsChallenge.Builder
JsChallenge.Builder. setHttpHeader(Header setHttpHeader)
Adds an additional HTTP header to requests that fail the challenge before being passed to the origin.Method parameters in com.oracle.bmc.waas.model with type arguments of type Header Modifier and Type Method Description Origin.Builder
Origin.Builder. customHeaders(List<Header> customHeaders)
A list of HTTP headers to forward to your origin.Constructors in com.oracle.bmc.waas.model with parameters of type Header Constructor Description HumanInteractionChallenge(Boolean isEnabled, HumanInteractionChallenge.Action action, Integer failureThreshold, Integer actionExpirationInSeconds, Integer failureThresholdExpirationInSeconds, Integer interactionThreshold, Integer recordingPeriodInSeconds, Header setHttpHeader, BlockChallengeSettings challengeSettings, Boolean isNatEnabled)
Deprecated.JsChallenge(Boolean isEnabled, JsChallenge.Action action, Integer failureThreshold, Integer actionExpirationInSeconds, Header setHttpHeader, BlockChallengeSettings challengeSettings, Boolean areRedirectsChallenged, List<AccessRuleCriteria> criteria, Boolean isNatEnabled)
Deprecated.Constructor parameters in com.oracle.bmc.waas.model with type arguments of type Header Constructor Description Origin(String uri, Integer httpPort, Integer httpsPort, List<Header> customHeaders)
Deprecated.
-