Uses of Class
com.oracle.bmc.waas.model.HeaderManipulationAction
-
Packages that use HeaderManipulationAction Package Description com.oracle.bmc.waas.model -
-
Uses of HeaderManipulationAction in com.oracle.bmc.waas.model
Subclasses of HeaderManipulationAction in com.oracle.bmc.waas.model Modifier and Type Class Description class
AddHttpResponseHeaderAction
An object that represents the action of replacing or adding a header field.class
ExtendHttpResponseHeaderAction
An object that represents the action of adding a header field to a response.class
RemoveHttpResponseHeaderAction
An object that represents the action of removing from a response all occurrences of header fields with a specified name.Methods in com.oracle.bmc.waas.model that return types with arguments of type HeaderManipulationAction Modifier and Type Method Description List<HeaderManipulationAction>
AccessRule. getResponseHeaderManipulation()
An object that represents an action to apply to an HTTP response headers if all rule criteria will be matched regardless of action value.Method parameters in com.oracle.bmc.waas.model with type arguments of type HeaderManipulationAction Modifier and Type Method Description AccessRule.Builder
AccessRule.Builder. responseHeaderManipulation(List<HeaderManipulationAction> responseHeaderManipulation)
An object that represents an action to apply to an HTTP response headers if all rule criteria will be matched regardless of action value.
-