public class FromClientExecutionChain extends Object
| 构造器和说明 |
|---|
FromClientExecutionChain(List<FromClientInterceptor> interceptors) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
applyPostHandle(org.springframework.web.socket.WebSocketSession session,
org.springframework.security.core.Authentication authentication,
MessageFromClient message,
org.springframework.messaging.MessageChannel outputChannel,
org.springframework.web.socket.messaging.StompSubProtocolHandler handler) |
boolean |
applyPreHandle(org.springframework.web.socket.WebSocketSession session,
org.springframework.security.core.Authentication authentication,
MessageFromClient message,
org.springframework.messaging.MessageChannel outputChannel,
org.springframework.web.socket.messaging.StompSubProtocolHandler handler) |
public FromClientExecutionChain(List<FromClientInterceptor> interceptors)
public boolean applyPreHandle(org.springframework.web.socket.WebSocketSession session,
org.springframework.security.core.Authentication authentication,
MessageFromClient message,
org.springframework.messaging.MessageChannel outputChannel,
org.springframework.web.socket.messaging.StompSubProtocolHandler handler)
public void applyPostHandle(org.springframework.web.socket.WebSocketSession session,
org.springframework.security.core.Authentication authentication,
MessageFromClient message,
org.springframework.messaging.MessageChannel outputChannel,
org.springframework.web.socket.messaging.StompSubProtocolHandler handler)
Copyright © 2019. All rights reserved.