Class ModifyResponseGatewayFilterFactory

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      protected class  ModifyResponseGatewayFilterFactory.InternalModifyResponseGatewayFilter  
      • Nested classes/interfaces inherited from class org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory

        org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory.NameConfig
      • Nested classes/interfaces inherited from interface org.springframework.cloud.gateway.support.ShortcutConfigurable

        org.springframework.cloud.gateway.support.ShortcutConfigurable.GatewayEvaluationContext, org.springframework.cloud.gateway.support.ShortcutConfigurable.RestrictivePropertyAccessor, org.springframework.cloud.gateway.support.ShortcutConfigurable.ShortcutType
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.slf4j.Logger LOG  
      • Fields inherited from interface org.springframework.cloud.gateway.filter.factory.GatewayFilterFactory

        NAME_KEY, VALUE_KEY
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.cloud.gateway.filter.GatewayFilter apply​(CustomGatewayFilterFactory.Config config)  
      protected abstract byte[] modifyResponse​(InputStream responseBody, CustomGatewayFilterFactory.Config config, org.springframework.http.server.reactive.ServerHttpResponseDecorator decorator, org.springframework.web.server.ServerWebExchange exchange)  
      protected boolean skipCond​(org.springframework.http.server.reactive.ServerHttpResponseDecorator decorator)  
      • Methods inherited from class org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory

        getPublisher, setApplicationEventPublisher
      • Methods inherited from class org.springframework.cloud.gateway.support.AbstractConfigurable

        getConfigClass, newConfig, toString
      • Methods inherited from interface org.springframework.cloud.gateway.filter.factory.GatewayFilterFactory

        apply, apply, apply, getConfigClass, name, newConfig
      • Methods inherited from interface org.springframework.cloud.gateway.support.ShortcutConfigurable

        shortcutFieldOrder, shortcutFieldPrefix, shortcutType
    • Field Detail

      • LOG

        protected static final org.slf4j.Logger LOG
    • Constructor Detail

      • ModifyResponseGatewayFilterFactory

        public ModifyResponseGatewayFilterFactory()