public abstract class AbstracRouteFilter extends Object implements org.springframework.cloud.gateway.filter.GlobalFilter, org.springframework.core.Ordered, org.springframework.boot.CommandLineRunner, AsyncInitializer
count| 构造器和说明 |
|---|
AbstracRouteFilter() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
addIgnoreResponseFilterUri(org.springframework.web.server.ServerWebExchange exchange) |
void |
doInitialize() |
reactor.core.publisher.Mono<Void> |
filter(org.springframework.web.server.ServerWebExchange exchange,
org.springframework.cloud.gateway.filter.GatewayFilterChain chain) |
int |
getOrder() |
void |
run(String... args) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocesspublic reactor.core.publisher.Mono<Void> filter(org.springframework.web.server.ServerWebExchange exchange, org.springframework.cloud.gateway.filter.GatewayFilterChain chain)
filter 在接口中 org.springframework.cloud.gateway.filter.GlobalFilterpublic int getOrder()
getOrder 在接口中 org.springframework.core.Orderedpublic void run(String... args) throws Exception
run 在接口中 org.springframework.boot.CommandLineRunnerExceptionpublic void doInitialize()
doInitialize 在接口中 AsyncInitializerpublic static void addIgnoreResponseFilterUri(org.springframework.web.server.ServerWebExchange exchange)
Copyright © 2025. All rights reserved.