public class HandshakeInterceptorChain
extends java.lang.Object
| Constructor and Description |
|---|
HandshakeInterceptorChain(java.util.List<HandshakeInterceptor> interceptors,
WebSocketHandler wsHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyAfterHandshake(org.springframework.http.server.ServerHttpRequest request,
org.springframework.http.server.ServerHttpResponse response,
java.lang.Exception failure) |
boolean |
applyBeforeHandshake(org.springframework.http.server.ServerHttpRequest request,
org.springframework.http.server.ServerHttpResponse response,
java.util.Map<java.lang.String,java.lang.Object> attributes) |
public HandshakeInterceptorChain(java.util.List<HandshakeInterceptor> interceptors, WebSocketHandler wsHandler)
public boolean applyBeforeHandshake(org.springframework.http.server.ServerHttpRequest request,
org.springframework.http.server.ServerHttpResponse response,
java.util.Map<java.lang.String,java.lang.Object> attributes)
throws java.lang.Exception
java.lang.Exceptionpublic void applyAfterHandshake(org.springframework.http.server.ServerHttpRequest request,
org.springframework.http.server.ServerHttpResponse response,
java.lang.Exception failure)