Class WebSocketSessionManager
- java.lang.Object
-
- br.pucrio.tecgraf.soma.logsmonitor.manager.WebSocketSessionManager
-
@Component public class WebSocketSessionManager extends Object
-
-
Constructor Summary
Constructors Constructor Description WebSocketSessionManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.web.socket.WebSocketSessiongetSession(String id)voidputSession(String id, org.springframework.web.socket.WebSocketSession session)org.springframework.web.socket.WebSocketSessionremoveSession(String id)
-
-
-
Method Detail
-
putSession
public void putSession(String id, org.springframework.web.socket.WebSocketSession session)
-
removeSession
public org.springframework.web.socket.WebSocketSession removeSession(String id)
-
getSession
public org.springframework.web.socket.WebSocketSession getSession(String id)
-
-