Class BlockRequestGatewayFilter

java.lang.Object
org.springframework.cloud.gateway.support.AbstractConfigurable<C>
org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory<BlockRequestGatewayFilter.Config>
com.arms.config.filter.BlockRequestGatewayFilter
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.cloud.gateway.filter.factory.GatewayFilterFactory<BlockRequestGatewayFilter.Config>, org.springframework.cloud.gateway.support.Configurable<BlockRequestGatewayFilter.Config>, org.springframework.cloud.gateway.support.ShortcutConfigurable, org.springframework.context.ApplicationEventPublisherAware

@Component public class BlockRequestGatewayFilter extends org.springframework.cloud.gateway.filter.factory.AbstractGatewayFilterFactory<BlockRequestGatewayFilter.Config>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    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.ShortcutType
  • Field Summary

    Fields inherited from interface org.springframework.cloud.gateway.filter.factory.GatewayFilterFactory

    NAME_KEY, VALUE_KEY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.cloud.gateway.filter.GatewayFilter
     
     

    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 class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.springframework.cloud.gateway.filter.factory.GatewayFilterFactory

    apply, apply, apply, getConfigClass, newConfig

    Methods inherited from interface org.springframework.cloud.gateway.support.ShortcutConfigurable

    shortcutFieldOrder, shortcutFieldPrefix, shortcutType
  • Constructor Details

    • BlockRequestGatewayFilter

      public BlockRequestGatewayFilter(PermitUrl permitUrl)
  • Method Details