public class WebSocketStompReassembler extends Object implements WebSocketInterceptorInterface
| Constructor and Description |
|---|
WebSocketStompReassembler() |
| Modifier and Type | Method and Description |
|---|---|
List<Interceptor> |
getInterceptors() |
void |
handleFrame(WebSocketFrame wsStompFrame,
boolean frameTravelsToRight,
WebSocketSender sender) |
void |
init(Router router) |
void |
setInterceptors(List<Interceptor> interceptors) |
public void init(Router router) throws Exception
init in interface WebSocketInterceptorInterfaceExceptionpublic void handleFrame(WebSocketFrame wsStompFrame, boolean frameTravelsToRight, WebSocketSender sender) throws Exception
handleFrame in interface WebSocketInterceptorInterfaceExceptionpublic List<Interceptor> getInterceptors()
public void setInterceptors(List<Interceptor> interceptors)
Copyright © 2021. All Rights Reserved.