public class WsRoutingFilter
extends org.springframework.cloud.gateway.filter.WebsocketRoutingFilter
| 构造器和说明 |
|---|
WsRoutingFilter(org.springframework.web.reactive.socket.client.WebSocketClient webSocketClient,
org.springframework.web.reactive.socket.server.WebSocketService webSocketService,
org.springframework.beans.factory.ObjectProvider<List<org.springframework.cloud.gateway.filter.headers.HttpHeadersFilter>> headersFiltersProvider) |
public WsRoutingFilter(org.springframework.web.reactive.socket.client.WebSocketClient webSocketClient,
org.springframework.web.reactive.socket.server.WebSocketService webSocketService,
org.springframework.beans.factory.ObjectProvider<List<org.springframework.cloud.gateway.filter.headers.HttpHeadersFilter>> headersFiltersProvider)
public int getOrder()
getOrder 在接口中 org.springframework.core.OrderedgetOrder 在类中 org.springframework.cloud.gateway.filter.WebsocketRoutingFilterpublic 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.GlobalFilterfilter 在类中 org.springframework.cloud.gateway.filter.WebsocketRoutingFilterCopyright © 2023. All rights reserved.