Uses of Class
org.springframework.web.reactive.result.condition.HeadersRequestCondition
Packages that use HeadersRequestCondition
Package
Description
RequestCondition
 and implementations for matching requests based on different criteria.Infrastructure for handler method processing.
- 
Uses of HeadersRequestCondition in org.springframework.web.reactive.result.conditionMethods in org.springframework.web.reactive.result.condition that return HeadersRequestConditionModifier and TypeMethodDescriptionHeadersRequestCondition.combine(HeadersRequestCondition other) Returns a new instance with the union of the header expressions from "this" and the "other" instance.HeadersRequestCondition.getMatchingCondition(ServerWebExchange exchange) Returns "this" instance if the request matches all expressions; ornullotherwise.Methods in org.springframework.web.reactive.result.condition with parameters of type HeadersRequestConditionModifier and TypeMethodDescriptionHeadersRequestCondition.combine(HeadersRequestCondition other) Returns a new instance with the union of the header expressions from "this" and the "other" instance.intHeadersRequestCondition.compareTo(HeadersRequestCondition other, ServerWebExchange exchange) Compare to another condition based on header expressions.
- 
Uses of HeadersRequestCondition in org.springframework.web.reactive.result.methodMethods in org.springframework.web.reactive.result.method that return HeadersRequestConditionModifier and TypeMethodDescriptionRequestMappingInfo.getHeadersCondition()Returns the "headers" condition of thisRequestMappingInfo; or instance with 0 header expressions, nevernull.Constructors in org.springframework.web.reactive.result.method with parameters of type HeadersRequestConditionModifierConstructorDescriptionRequestMappingInfo(String name, PatternsRequestCondition patterns, RequestMethodsRequestCondition methods, ParamsRequestCondition params, HeadersRequestCondition headers, ConsumesRequestCondition consumes, ProducesRequestCondition produces, RequestCondition<?> custom) Deprecated.RequestMappingInfo(PatternsRequestCondition patterns, RequestMethodsRequestCondition methods, ParamsRequestCondition params, HeadersRequestCondition headers, ConsumesRequestCondition consumes, ProducesRequestCondition produces, RequestCondition<?> custom) Deprecated.as of 5.3.4 in favor usingRequestMappingInfo.BuilderviaRequestMappingInfo.paths(String...).
RequestMappingInfo.BuilderviaRequestMappingInfo.paths(String...).