public class WebSocketSpringInterceptor extends Object implements org.springframework.context.ApplicationContextAware, WebSocketInterceptorInterface
| Constructor and Description |
|---|
WebSocketSpringInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRefId() |
void |
handleFrame(WebSocketFrame frame,
boolean frameTravelsToRight,
WebSocketSender sender) |
void |
init(Router router) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setRefId(String refid) |
public void setRefId(String refid)
public String getRefId()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void init(Router router) throws Exception
init in interface WebSocketInterceptorInterfaceExceptionpublic void handleFrame(WebSocketFrame frame, boolean frameTravelsToRight, WebSocketSender sender) throws Exception
handleFrame in interface WebSocketInterceptorInterfaceExceptionCopyright © 2021. All Rights Reserved.