Class HandshakeInterceptorChain

java.lang.Object
org.springframework.web.socket.server.support.HandshakeInterceptorChain

public class HandshakeInterceptorChain extends Object
A helper class that assists with invoking a list of handshake interceptors.
Since:
4.0
Author:
Rossen Stoyanchev
  • Constructor Details

  • Method Details

    • applyBeforeHandshake

      public boolean applyBeforeHandshake(org.springframework.http.server.ServerHttpRequest request, org.springframework.http.server.ServerHttpResponse response, Map<String,Object> attributes) throws Exception
      Throws:
      Exception
    • applyAfterHandshake

      public void applyAfterHandshake(org.springframework.http.server.ServerHttpRequest request, org.springframework.http.server.ServerHttpResponse response, @Nullable Exception failure)