public class ToClientExecutionChain extends Object
| 构造器和说明 |
|---|
ToClientExecutionChain(List<ToClientInterceptor> interceptors) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
applyPostHandle(org.springframework.web.socket.WebSocketSession session,
org.springframework.security.core.Authentication authentication,
org.springframework.messaging.simp.stomp.StompHeaderAccessor accessor,
Object payload,
org.springframework.web.socket.messaging.StompSubProtocolHandler handler) |
boolean |
applyPreHandle(org.springframework.web.socket.WebSocketSession session,
org.springframework.security.core.Authentication authentication,
org.springframework.messaging.simp.stomp.StompHeaderAccessor accessor,
Object payload,
org.springframework.web.socket.messaging.StompSubProtocolHandler handler) |
public ToClientExecutionChain(List<ToClientInterceptor> interceptors)
public boolean applyPreHandle(org.springframework.web.socket.WebSocketSession session,
org.springframework.security.core.Authentication authentication,
org.springframework.messaging.simp.stomp.StompHeaderAccessor accessor,
Object payload,
org.springframework.web.socket.messaging.StompSubProtocolHandler handler)
public void applyPostHandle(org.springframework.web.socket.WebSocketSession session,
org.springframework.security.core.Authentication authentication,
org.springframework.messaging.simp.stomp.StompHeaderAccessor accessor,
Object payload,
org.springframework.web.socket.messaging.StompSubProtocolHandler handler)
Copyright © 2019. All rights reserved.