Class WebsocketRoutingFilter

  • All Implemented Interfaces:
    GlobalFilter, org.springframework.core.Ordered

    public class WebsocketRoutingFilter
    extends Object
    implements GlobalFilter, org.springframework.core.Ordered
    Author:
    Spencer Gibb, Nikita Konev
    • Constructor Detail

      • WebsocketRoutingFilter

        public WebsocketRoutingFilter​(org.springframework.web.reactive.socket.client.WebSocketClient webSocketClient,
                                      org.springframework.web.reactive.socket.server.WebSocketService webSocketService,
                                      org.springframework.beans.factory.ObjectProvider<List<HttpHeadersFilter>> headersFiltersProvider)
    • Method Detail

      • getOrder

        public int getOrder()
        Specified by:
        getOrder in interface org.springframework.core.Ordered
      • filter

        public reactor.core.publisher.Mono<Void> filter​(org.springframework.web.server.ServerWebExchange exchange,
                                                        GatewayFilterChain chain)
        Description copied from interface: GlobalFilter
        Process the Web request and (optionally) delegate to the next GatewayFilter through the given GatewayFilterChain.
        Specified by:
        filter in interface GlobalFilter
        Parameters:
        exchange - the current server exchange
        chain - provides a way to delegate to the next filter
        Returns:
        Mono<Void> to indicate when request processing is complete